HTML - Formatting

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


<font>

The font tag is used set color,font size,font face and erc.

Example


<font size="20px" color="green">Veewom</font>					
							

<b>

<b> used to bold the current line character or paragraph.

Example


<b>Veewom</b>
							

<strong>

<strong> used to highlight the Important word in paragraph.

Example


<strong>Veewom</strong>
							

<i>

<i> Italic the current line or word in paragraph.

Example


<i>Veewom</i>
							

<em>

Emphasized Text

Example


<em>Veewom</em>						
							

<mark>

Marked Text

Example


<mark>Veewom</mark>						
							

<small>

Small Text

Example


<small>Veewom</small>						
							

<del>

Deleted Text

Example


<del>Veewom</del>						
							

<ins>

Inserted Text

Example


<ins>Veewom</ins>						
							

<sub>

Subscript Text

Example


H<sub>2</sub>O							
							

<sup>

Superscript Text

Example


C<sup>1</sup>						
							

Output


C1					
							
Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!