HTML tags can be of two types:
1.Paired tags--These are tags which have both opening and closing tags.
For example: Anchor tag---<a> is opening anchor tag and </a> is closing anchor tag.
2. Unpaired tags-- Also known as stand alone tags i.e having no closing tag.
for example: Line break tag <br>