Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Form Validation</title>
  5.     </head>
  6.     <body>
  7.         Username: <input type="text" id="username"> <br>
  8.         Password: <input type="password" id="password"> <br>
  9.         <button>Register</button>
  10.     </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement