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

Doctype HTML

The document is an HTML form for personal information registration, including fields for name, surname, date of birth, gender, email address, and additional information such as section and hobbies. It also allows users to upload a photo and provides options to reset or submit the form. The form includes various input types such as text, radio buttons, checkboxes, and a file upload.

Uploaded by

Ons abidi
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)
29 views2 pages

Doctype HTML

The document is an HTML form for personal information registration, including fields for name, surname, date of birth, gender, email address, and additional information such as section and hobbies. It also allows users to upload a photo and provides options to reset or submit the form. The form includes various input types such as text, radio buttons, checkboxes, and a file upload.

Uploaded by

Ons abidi
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

<!

DOCTYPE html>

<html>

<head>

<meta content="text/html; charset=UTF-8" http-equiv="content-type">

<title>maram</title>

</head>

<body>

<h1 style="text-align: center;"><span style="font-family: Arial;">inscription</span></h1>

<h2>

<p>information personnel:</p>

</h2>

<form role="alert" action="" name="nom">Nom: <input name="t1" type="texte">

<p>Prénom:<input name="prénom" type="text"></p>

<p>date de naissance:<input ="date="" de="" naissance"="" type="datename"></p>

<p>sexe : <input name="sexe" value="masculin" type="radio">masculin</p>

<input name="sexe" value="masculin" type="radio">fiminin

<p>adresse email:<input name="adresse" type="texte"></p>

<p>adresse:<input name="adresse" type="e_mail"></p>

<h2>

<p>information supplimentaires:</p>

</h2>

<p>section:&nbsp;

<select name="l1">

<option>economie et services</option>

<option>science de l'informatique</option>

<option>economie et services</option>

<option>lettres</option>
<option>techniques</option>

</select>

</p>

<p>Loisir:<br>

<input name="c1" value="sport" type="checkbox">Music</p>

<p> <input name="c2" value="musique" type="checkbox">Théatre</p>

<p> <input name="c3" value="dessin" type="checkbox">Dessin </p>

<p>Votre photo:</p>

<input name="b1" type="file"> <br>

<br>

<input name="annuler" type="reset">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;


&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; <input

name="b3" type="submit">

</form>

</body></html>

You might also like