HTML provides the flexibility of changing the characteristics of the font such as size ,color,blod,underline etc.
Tag |
Description |
---|---|
<font> |
Set font face,size,color,etc. |
<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 |
<sup> |
Superscript Text |
The font tag is used set color,font size,font face and erc.
<font size="20px" color="green">Veewom</font>
<b> used to bold the current line character or paragraph.
<b>Veewom</b>
<strong> used to highlight the Important word in paragraph.
<strong>Veewom</strong>
<i> Italic the current line or word in paragraph.
<i>Veewom</i>
Emphasized Text
<em>Veewom</em>
Marked Text
<mark>Veewom</mark>
Small Text
<small>Veewom</small>
Deleted Text
<del>Veewom</del>
Inserted Text
<ins>Veewom</ins>
Subscript Text
H<sub>2</sub>O
Superscript Text
C<sup>1</sup>
C1