HTML Formatting
There are a number of HTML formatting tag that is used to display a specific type of text. This is different from normal text flow. These HTML tags are.
<strong>
- Emphasize important text.
<b>
- Used to create bold text .
<i>
-Used to create italic text.
<em>
-used to emphasize the text.
<ins>
-Used to insert text .
<sub>
-Used to create Subscript text .
<sup>
-used to create Superscript text.
<mark>
-used to mark the specific text.
<small>
-Used to make smaller text.
<del>
- Used to display deleted text.
It is used to provide different formats to the text.