Guest User

vakarm.html

a guest
May 7th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Jeu</title>
  6. </head>
  7.  
  8. <body>
  9. <h1>Question 1</h1>
  10.  
  11. <form name="QCM">
  12. <input type="radio" name="choix" value="choix1" /> Choix 1
  13. <input type="radio" name="choix" value="choix2" /> Choix 2
  14. <input type="radio" name="choix" value="choix3" /> Choix 3
  15. <input type="radio" name="choix" value="choix4" /> Choix 4
  16.  
  17. <input type="button" value="Valider" onClick="tester(this.choix)" />
  18.  
  19. <div id="text">Ici, correction</div>
  20.  
  21. <script type="text/javascript" src="script/js.js"></script>
  22. </form>
  23. </body>
Advertisement
Add Comment
Please, Sign In to add comment