المكونات الأساسية :
<b> - Bold text نص عريض <strong> - Important text نص مهم <i> - Italic text نص مائل <em> - Emphasized text نص بارز <mark> - Marked text مص مهم <small> - Small text نص صغير <del> - Deleted text نص محدوف <ins> - Inserted text نص مدرج <sub> - Subscript text
أمثلة عن الإستخدام
<strong> & <br>
<b>This text is bold</b> <strong>This text is strong</strong>
<i> & <em>
<i>This text is italic</i> <em>This text is emphasized</em>
<small>
<h2>HTML <small>Small</small> Formatting</h2>
<mark>
<h2>HTML <mark>Marked</mark> Formatting</h2>
<del>
<p>My favorite color is <del>blue</del> red.</p>
<ins>
<p>My favorite <ins>color</ins> is red.</p>
<sub>
<p>This is <sub>subscripted</sub> text.</p>