Introduction to HTML Tags
The text placed between Left angular brace (<) & Right angular brace (>) is called as Tags.
Syntax: <—> …….</—>
Eg. <html>…….</html>

Tages are classified into 2 Types
- Container Tags.
- Empty Tags.
1 Container Tags:
The Tags which is having opening and Closing Tags are called Container Tags
Eg. <html>…….</html>
Note: The closing tags always start with a forword( / ) slash
2 Empty Tags:
The Tags which contains only opening But no closing is known as Empty Tags.
Eg. <br>