Guest User

Untitled

a guest
Jun 30th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <html>
  2. <head><title>form1</title></head>
  3. <body bgcolor=lightblue>
  4. <marquee bgcolor=red>WEL COME </marquee><br><br>
  5. <form>
  6. Username:<input type=text name=username ><br><br>
  7. Password:<input type=password name=pwd></br></br>
  8. Gender:<br>
  9. <input type=radio name=gnd value=Male>Male</br></br>
  10. <input type=radio name=gnd value=Female>female</br></br>
  11. Hobbies:<br>
  12. <input type=checkbox name=c >Play cricket</br>
  13. <input type=checkbox name=c>batminton</br>
  14. <input type=checkbox name=c>Running</br>
  15. <br><br>
  16. <input type=submit value=submit></br></br>
  17. <input type=reset value=reset></br></br>
  18. <input type=button value=click ></br>
  19.  
  20. </form>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment