Vous êtes sur la page 1sur 1

<fieldset>

<legend>INSCRIPTION:</legend>
<table>
<tr>
<td> <label for="nom">Nom :</label></td>
<td> <input type="text"></td>
</tr>
<tr>
<td> <label for="nom">Prenom :</label></td>
<td> <input type="text" ></td>
</tr>
<tr>
<td> <label for="nom">Age :</label></td>
<td> <input type="number" ></td>
</tr>
<tr>
<td> <label for="nom">Email :</label></td>
<td> <input type="email" ></td>
</tr>
<tr>
<td> <label for="nom">Sexe :</label></td>
<td> <input type="radio" name="sexe" value="homme">Homme
<input type="radio" name="sexe" value="femme">Femme</td>
</tr>
<tr>
<td> <label for="nom">Nationalité :</label></td>
<td> <input type="radio value="marocaine">marocain(e)
<input type="radio" value="etrangere">étrangère</td>
</tr>
<tr>
<td> <label for="nom">ville :</label></td>
<td> <select name="ville" id="ville">
<option value="Fes">Fes</option>
<option value="Rabat">Rabat</option>
<option value="Taza">Taza</option>
<option value="Autre">autre</option>
</select> </td>
</tr>
<tr>
<td> <label for="nom">Langages :</label></td>
<td> <input type="checkbox" value="Arabe" id="">Arabe
<input type="checkbox" value="Français" id=""> Français
<input type="checkbox" value="Anglais" id="">Anglais </td>
</tr>
<tr>
</tr>
</table>
<input type="submit " value="Afficher">
<p></p>
</fieldset>

Vous aimerez peut-être aussi