Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4. <head>
  5. <title>This a HTML page!</title>
  6.  
  7. </head>
  8. <body>
  9. <h1>Username and Password</h1>
  10. <p>Enter your username: <input type="text" name="username" id="username" value=""
  11. size="30px" maxlength="20" />
  12. </p>
  13. <p>Enter your password: <input type="password" name="password" id="password"
  14. size="30px" maxlength="20" />
  15. </p>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement