HTML Tags


HTML tags are define how your web browser must format and display the content. HTML tags are open and closed.

Types of HTML Tags


1. Container Tag (Pair Tag) :
Container tag are the tags in html which have both opening and a closing tag.

For Examples : 
<b> any text </b>
<heading> text heading </heading>
<body> content here </body> etc..

2.Empty Tag :
Empty Tag have no ending tags.

For Examples :
<br>
<img>
<input> etc..

All HTML Tags have Here:


  • Meta Tags