I have heard many times from new learner of HTML that what is HTML Tag. Now I will tell you something about HTML Tags and use of HTML tags.
2. <HEAD>….</HEAD> The head, or prologue, of the HTML document.
3. <TITLE>….</TITLE> The title of the document.
4. <BODY>….</BODY> All the other content in the HTML document.
5. <P>………… Paragraph.
6. </BR>…… Line break.
7. <A>……</A> Links the current HTML file to another file.
8. <LI>….. </LI> List.
9. <OL>…..</OL> order list.
10. <UL>…..</UL> Unorder list.
HTML elements starts with a start tag/opening tag and ends with end tag/closing tag. The element content is everything between the opening and the closing tag. Some HTML elements have empty content. Empty elements are closed in the opening tag.



