HTML tags

By | October 2, 2018

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>

 

Leave a Reply

Your email address will not be published. Required fields are marked *