Formatage de texte

posted in: html | 0

HTML Gras et fort formatage

Ceci est un texte normal.

Ceci est un texte en gras.

HTML Italique formatage

Ceci est un texte normal.

Ceci est un texte en italique.

HTML Souligné formatage

Ceci est un texte normal.

Ceci est un texte souligné

HTML Mise en exergue

Ceci est un texte normal.

Ceci est un texte mis en évidence.

HTML Texte barré formatage

Ceci est un texte normal.

Ceci est un texte barré

Ceci est un texte normal.

Ceci est un texte emphasé.

HTML Petit formatage

HTML petit formattage

HTML Marqué Formatage

HTML Marqué formatage

HTML formatage supprimé

Ma couleur favorite est le bleu rouge.

HTML formatage inséré

Ma coleurfavorite est le rouge.

HTML Indice formatage

Ceci est un indice texte.

HTML Exposant formatage

Ceci est un exposant texte.

 

 
 

Le code expliqué :

HTML Gras et forte formatage
<p>Ceci est un texte normal.</p>
<p><b>Ceci est un texte en gras.</b></p>
HTML Italique formatage
<p>Ceci est un texte normal.</p>
<p><i>Ceci est un texte en italique.</i></p>
HTML Souligné formatage
<p>Ceci est un texte normal.</p>
<p><u>Ceci est un texte souligné.</u></p>
HTML Mise en exergue
<p>Ceci est un texte normal.</p>
<p><strong>Ceci est un texte mis en évidence.</strong></p>
HTML Texte barré formatage
<p>Ceci est un texte normal.</p>
<p><strike>Ceci est un texte barré.</strike></p>
<p>Ceci est un texte normal.</p>
<p><em>Ceci est un texte mis en emphase.</em></p>
HTML Petit formatage
<p>HTML <small>petit</small> Formatage</p>
HTML Marqué Formatage
<p>HTML <mark>Marqué</mark> Formatage</h2>
HTML Supprimé Formatage
<p>Ma couleur favorite est le <del>bleu</del> rouge.</p>
HTML Inséré Formatage
<p>Ma <ins>couleur</ins> favorite est le rouge</p>
HTML Indice formatage
<p>Ceci est un <sub>indice</sub> text.</p>
HTML Exposant formatage
<p>Ceci est un <sup>exposant</sup> text.</p>

logowebmaster1