Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4.  
  5. <form action="">
  6. <h1> Video Group Quiz </h1><br>
  7.  
  8. <h3>1. You can use a video camera to capture both videos and pictures. </h3>
  9. <br>
  10. <input type="radio" name="sample" value="male">True<br>
  11. <input type="radio" name="sample" value="female">False
  12. <br><br>
  13. <h3>2. You can import the media from the video camera to the computer using </h3>
  14. <br>
  15. <input type="radio" name="sample" value="male">The SD Card<br>
  16. <input type="radio" name="sample" value="female">USB Cable<br>
  17. <input type="radio" name="sample" value="female">Both<br>
  18.  
  19. <br><br>
  20. <input type="submit" value="Submit Test">
  21. </form>
  22.  
  23.  
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement