Guest User

Untitled

a guest
Jan 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form action="student-checkbox-response.jsp">
  4. First name: <input type="text" name="fname" />
  5. <br/><br/>
  6. Last name: <input type="text" name="lname" />
  7. <br/><br/>
  8. <input type="checkbox" name="flang" value="java"/> Java
  9. <input type="checkbox" name="flang" value="php"/> PHP
  10. <input type="checkbox" name="flang" value="c"/> C
  11. <input type="checkbox" name="flang" value="cpp"/> C++
  12. <br/><br/>
  13. <input type="submit" value="Submit" />
  14. </form>
  15. </body>
  16. </html>
Add Comment
Please, Sign In to add comment