Advertisement
Guest User

Untitled

a guest
Dec 19th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html> <html> <head> <style> div.hf { background-color: black; color: white; padding: 10px; height: 200%; wight: 80%; } </style> </head> <body align="center"; style="height:60%;widht:80%; background-color:gray;"> <div class="hf";> <h2>My First Page</h2> <p>This is my task just for you</p> </div> <div> <form autocomplete="on" >
  2. <pre>UserName :<input type="text" name="username" placeholder="Your Username" ></input>
  3. Password :<input type="password" name="password" placeholder="Your Password" autocomplete="off" ></input></pre> <input type="submit" value="Send"></input></form></div> <div class="hf"> <p align="center"><i>Copy© Right</i></p></div> </body> </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement