Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. div.hf {
  6. background-color: black;
  7. color: white;
  8. padding: 10px;
  9. height: 200%;
  10. wight: 80%;
  11. }
  12. </style>
  13. </head>
  14.  
  15. <body style="height:60%;widht:80%; background-color:gray;">
  16.  
  17. <div class="hf";>
  18. <h2>My First Page</h2>
  19. <p>This is my task just for you</p>
  20. </div>
  21. <div>
  22. <form autocomplete="on" >
  23. <pre>UserName :<input type="text"
  24. name="username"
  25. placeholder="Your Username"
  26. ></input>
  27. Password :<input type="password"
  28. name="password"
  29. placeholder="Your Password"
  30. autocomplete="off"
  31. ></input></pre>
  32. <input type="submit"
  33. value="Send"></input></form></div>
  34. <div class="hf">
  35. <p align="center"><i>Copy© Right</i></p></div>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement