HTML : balises débutant
Titres <h1></h1> : titre 1er niveau <h2></h2> : titre 2ème niveau <h3></h3> : titre 3ème niveau <h4></h4> <h5></h5> <h6></h6> Éléments de texte <p></p> : paragraphe <ul></ul> : liste à puce <ol></ol> : liste numérotée <li></li> : élement d’une liste <a href= » »></a> : lien hypertexte <a href= »http://wwww.paris.fr »>Paris</a> <a href= »contact.html »>Contact</a> <img> src= »nomdefichier » : emplacement et nom du…
Titres
<h1></h1> : titre 1er niveau
<h2></h2> : titre 2ème niveau
<h3></h3> : titre 3ème niveau<h4></h4>
<h5></h5>
<h6></h6>
Éléments de texte
<p></p> :
paragraphe
<ul></ul> :
liste à puce
<ol></ol> :
liste numérotée
<li></li> :
élement d’une liste
<a href= » »></a> :
lien hypertexte <a href= »http://wwww.paris.fr »>Paris</a>
<a href= »contact.html »>Contact</a><img>
src= »nomdefichier » : emplacement et nom du fichier image (format jpg, gif, png).
align= »top|middle|bottom|left|right » : aligner l’image en haut|au milieu|en bas|gauche|droite.
width=x : largeur de x pixels.
height=y : hauteur de y pixels.
border=x : bordure de x pixels.
alt= »texte » : affiche ce texte lorsque l’image n’est pas affichable ou lorsque la souris reste pointée dessus.ex: <img src= »rose.jpg » alt= »fleur rose » />
Tableau
<table></table> :
tableau
<tr></tr> :
ligne du tableau
<td></td> :
cellule du tableau (colonne)Structure et habillage
<div></div> :
définition de blocs, regroupement d’éléments de type block
<span></span> :
habillage d’éléments de manière inline