mercredi 29 janvier 2014

balise pour régler la taille d'un texte

balise pour régler la taille d'un texte 
méthode 1:
<hn> :réglé la taille (n=1,2,3,4,5,6)
exemple:
<h1> :si la plus grand taile
<h6> :si la plus petite taile
méthode 2 :
<font size="n"> texte </font> ,n=1,2,3,4,5,6,7 .
tel que 1=la plus petite taille  , 7=la plus grande taille

exemple :
<font size="1"> hello</font> 
<font size="2"> hello</font>
<font size="3"> hello</font>
<font size="4"> hello</font>
<font size="5"> hello</font>
<font size="6"> hello</font>
<font size="7"> hello</font>

le résultat 
hello hello hello hello hello hello hello

Aucun commentaire:

Enregistrer un commentaire