0% found this document useful (0 votes)
4 views2 pages

Code Button

The document contains a form with fields for user input, including gender selection, academic fields, and address entry. It features a 'Retour' button linking to the homepage. Each input field is required for submission.

Uploaded by

salemsk483
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Code Button

The document contains a form with fields for user input, including gender selection, academic fields, and address entry. It features a 'Retour' button linking to the homepage. Each input field is required for submission.

Uploaded by

salemsk483
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

<div class="d-flex align-items-center">

<button type="button" class="btn btn-link px-3 me-2">


<a id="li"
class="btn btn-dark px-3"
href="index.html"
role="button"
>Retour</a>
</button>

</div>

<div class="row">
<div id="s" class="col-md-6 form-group">
<label for=""><b>Sexe</b></label>
<select class="form-control" name="sexe" id="name"
required>
<option placeholder="Entrez votre
sexe">M</option>
<option placeholder="Entrez votre
sexe">F</option>
</select>

</div>

</div>
<div class="form-group mt-3">
<label for="sexe"><b>Filières</b></label>
<select class="form-control" name="file" id="name"
required>
<option placeholder="Entrez votre
sexe">Iformatique</option>
<option placeholder="Entrez votre
sexe">mecanique</option>
<option placeholder="Entrez votre
sexe">electricité</option>

</select>
</div>
<div class="form-group mt-3">
<label for="sexe"><b>Adresse</b></label>
<textarea class="form-control" name="adresse"id="s"
rows="5" placeholder="Entrez votre adresse" required></textarea>
</div>

You might also like