<html></html>
ER
BALISE DE 1 Niveau <head></head>
<body ></body >
<meta>
BALISE D’ENTETE <link>
<title></title>
<p></p>
<strong></strong> (mettre en gars)
BALISE DE TEXTE
<br> (retour à la ligne)
<abbr></abbr> (Abbréviation)
BALISE DE TITRE <h1></h1> => <h6></h6>
<img>
<video></video>
BALISE MEDIAS
<audio></audio>
<figure></figure>
<ol></ol>: Order List
BALISE DE LISTE <ul></ul> : Unorder List
<li></li> : Elément de liste
<table></table>
<th></th>: Table Head (Entête)
BALISE DE TABLEAUX
<tr></tr>: Table Row
<td></td>: Cellule
<form></form> : Créer un formulaire
<label></label> : Indique l’information à
saisir
<input>: Champ de saisie
<input type=” Valeur”>
BALISE FORMULAIRE
<button></button> : Créer un bouton
<select></select>: Menu Déroulant
<option></option> : Elément de menu
déroulant
<textarea></textarea>: Espace Commentaire