Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <link rel="stylesheet" href="CssAuvers.css" />
- <title> Jeu éducatif </title>
- </head>
- <body>
- <h1> Question 1 </h1><!-- Un seul H1 par page ! si c'est une question de taille -> css-->
- <center><h2><IMG src="photos/question.jpg" width=140 height=65></h2></center>
- <IMG src="photos/eglise.jpg" width=550 height=450><
- <form id="myForm" name="QCM">
- <input type="radio" name="choix" value="0"/>L'école ? </br>
- <input type="radio" name="choix" value="1"/>L'église ?</br>
- <input type="radio" name="choix" value="2"/>La fresque ?</br>
- <input type="radio" name="choix" value="3"/>Le lavoir ?</br>
- <input type="submit" value="Valider"/>
- </form>
- <div id="text">Ici, sera la correction</div>
- <script type ="text/javascript" src="vakarm.js"></script>
- <p><A href="1jeuq2.html"><IMG src="photos/flèche.jpg" width=140 height=65 align= right></p>
- </body>
- </html>
Add Comment
Please, Sign In to add comment