<b> :
- This tag creates bold text.
Example :
This will produce the following result −
<strong> :
- This tag makes text bold and used to emphasize a point.
Example :
This will produce the following result −
<i> :
- This tag creates italic text.
Example :
This will produce the following result −
<em> :
- This tag also creates italic text and used to emphasize a point.
Example :
This will produce the following result −
<q> :
- This element is used to put some text in double quotes.
Example :
This will produce the following result −
<blockquote> :
- This element is used to display some passage from other source.
Example :
This will produce the following result −
<sub> :
- This element is used to display a character or a number as base of other character.
Example :
This will produce the following result −
<sup> :
- This element is used to display a character or a number as power of other character.
Example :
This will produce the following result −