1 - HTML
1 - HTML
1 - HTML
DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>...</title>
</head>
<body>
</body>
</html>
Balise
<p> paragraphe
<b> gras 1
<strong> gras 2
<i> italique 1
<em> italique 2
<small> petit
<u> souligné
<sup> exposant
<sub> indice
<mark> surligné
<h1> important
<center> centré
<span> balise inline universelle
<br/> saut de ligne
<hr/> ligne horizontale
Liste
<ul> liste non ordonné
<ol> liste ordonné
<li> élément de liste
Tableau
<table> tableau
<caption> titre du tableau
<tr> ligne
<th> en-tête
<td> colonne
Bloc
<header> en-tête de la page
<nav> partie navigation
<aside> partie latérale
<footer> pied de la page
<div> balise bloc universelle
Attribut
<p title="..." align="..." id="..." class="...">
<hr color="..." size="..." width="..."/>
<font color="..." face="..." size="...">
modification sur le contenu
<img src="..." alt="..." height="..." width="..." border="..."/> image
<a href="..." target="_blank">
lien externe
Formulaire
<form method="post" action="traitement.php"> formulaire
<fieldset> encadrement du formulaire
<legend> titre du formulaire
<label> déscription
<select name="...">
<optgroup label="...">
<option value="...">
value
size
maxlength
placeholder
required
pattern