011 HTML Text Formatting Elements


HTML Text Formatting Elements

Formatting elements were designed to display special types of text:

Bold text
Important text
Italic text
Emphasized text
Marked text
Small text
Deleted text
Inserted text
Subscripts
Superscripts
نص عريض
النص المهم
النص مائل
النص التأكيد
النص واضح
نص صغير
النص المحذوف
النص المدرج
السفلية
الفوقية

<p><b>This text is bold</b>.</p>



<p><strong>This text is strong</strong>.</p>

<p><i>This text is italic</i>.</p>

<p><em>This text is emphasized</em>.</p>
<h1>HTML <small>Small</small> Formatting</h1>

<h2>HTML <mark>Marked</mark> Formatting</h2>



<p>My favorite color is <del>blue</del> red.</p>

<p>My favorite <ins>color</ins> is red.</p>

<p>This is <sub>subscripted</sub> text.</p>

<p>This is <sup>superscripted</sup> text.</p>



<p>WWF's goal is to: <q>Build a future where people live in harmony with nature.</q></p>

تعليقات

المشاركات الشائعة