Guest User

Untitled

a guest
May 7th, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8" />
  5.         <link rel="stylesheet" href="CssAuvers.css" />
  6.         <title> Jeu éducatif </title>
  7.     </head>
  8.  
  9.     <body>
  10.         <h1> Question 1 </h1><!-- Un seul H1 par page !  si c'est une question de taille -> css-->
  11.         <center><h2><IMG src="photos/question.jpg" width=140 height=65></h2></center>
  12.         <IMG src="photos/eglise.jpg" width=550 height=450><
  13.  
  14.         <form id="myForm" name="QCM">
  15.             <input type="radio" name="choix" value="0"/>L'école ? </br>
  16.             <input type="radio" name="choix" value="1"/>L'église ?</br>
  17.             <input type="radio" name="choix" value="2"/>La fresque ?</br>
  18.             <input type="radio" name="choix" value="3"/>Le lavoir ?</br>
  19.             <input type="submit" value="Valider"/>
  20.         </form>
  21.  
  22.             <div id="text">Ici, sera la correction</div>   
  23.             <script type ="text/javascript" src="vakarm.js"></script>
  24.             <p><A href="1jeuq2.html"><IMG src="photos/flèche.jpg" width=140 height=65 align= right></p>
  25.     </body>
  26. </html>
Add Comment
Please, Sign In to add comment