HTML tags
HTML Tags:
There are two types of tags in HTML.
1.Singular Tag:
This tag requires no closing tag.
Example:
<br>
<hr>
<p>
2.Paired Tag:
The tag which require closing tag is called paired tag.
Example:
<b> </b>
<i> </i>
<u></u>
There are two types of tags in HTML.
This tag requires no closing tag.
Example:
<br>
<hr>
<p>
The tag which require closing tag is called paired tag.
Example:
<b> </b>
<i> </i>
<u></u>