tp2
This commit is contained in:
@@ -23,15 +23,19 @@
|
||||
<input name="prenom" placeholder="prénom" type="text">
|
||||
</label>
|
||||
<!-- Multiple Radios -->
|
||||
<label class="control-label" for="radios">Sexe</label>
|
||||
<label class="control-label" for="radios">Genre</label>
|
||||
<label>
|
||||
<input name="sexe" value="Homme" checked="checked" type="radio">
|
||||
<input name="genre" value="Homme" checked="checked" type="radio">
|
||||
Homme
|
||||
</label>
|
||||
<label >
|
||||
<input name="sexe" value="Femme" type="radio">
|
||||
<input name="genre" value="Femme" type="radio">
|
||||
Femme
|
||||
</label>
|
||||
<label >
|
||||
<input name="genre" value="NonBinaire" type="radio">
|
||||
Non Binaire
|
||||
</label>
|
||||
<!-- Button -->
|
||||
<button type="submit">Envoyer</button>
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user