5.6. Formateando texto

5.6. Formateando texto

by didacticode

HTML

<b> Negrita</b>
<br/>
<strong> Importante (normalmente en negrita).</strong>
<br/>
<i> Cursiva.</i>
<br/>
<em> Enfatizado (normalmente en cursiva).</em>
<br/>
<mark> Resaltado (similar a un rotulador subrayador)</mark>
<br/>
<small> Pequeño.</small>
<br/>
<del> Tachado.</del>
<br/>
<ins> Insertado (suele aparecer subrayado).</ins>
<br/>
Texto<sub> Subíndice</sub>
<br/>
Texto<sup> Superíndice</sup>