Source de: form2.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=form2.html">Voir source de form2.html</A><br>
<A href="show_source.php?script=form2.php">Voir source de form2.php</A><br><br>
<!-- Code de l'exercice. -->
</head>
<body>
<form action="form2.php" method="GET">
<h3 align="center">Formulaire d'inscription</H3>
<table border=1 align="CENTER" width="50%">
<tr>
<td colspan=2 align="CENTER">
Madame : <input type="radio" value="Mme" checked="checked" name="civ" />
Mademoiselle : <input type="radio" value="Mlle" name="civ" />
Monsieur : <input type="radio" value="M" name="civ" />
</td>
</tr>
<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 : 28/08/2026 12:55:56