Source de: form1.html
Retour
<html>
<head><title>Formulaire d'inscription</title>
<link rel="stylesheet" href="../css/sga.css" type="text/css" />
<!-- Code servant a afficher le source. -->
<A href="show_source.php?script=form1.html">Voir source de form1.html</A><br>
<A href="show_source.php?script=form1.php">Voir source de form1.php</A><br><br>
<!-- Code de l'exercice. -->
</head>
<body>
<form action="form1.php" method="GET">
<h3 align="center">Formulaire d'inscription</H3>
<table border=1 align="CENTER" width="50%">
<tr>
<td>Nom :</td>
<td><input type="text" value="" name="nom" size=40 /></td>
</tr>
<tr>
<td>Prénom :</td>
<td><input type="text" value="" name="prenom" size=40 /></td>
</tr>
<tr>
<td>Adresse</td>
<td><textarea rows="3" name="adresse" ></textarea></td>
</tr>
<tr>
<td>Courriel : </td>
<td><input type="text" value="" name="courriel" size=40 /></td>
</tr>
<tr>
<td colspan=2 align="center"><input type="submit" value="Envoyer" name="Submit" /></td>
</tr>
</table>
</form>
</body>
</html>
Traité le : 27/08/2026 17:47:06