Explain Head tags with reference to HTML.
16 Likes
The heading of the document is generally written in the <HEAD> tag. It includes another tag called <TITLE> tag.
<HEAD>
<TITLE>
Both the <HEAD> tag and the <TITLE> tag are container tags.
Answered By
8 Likes
Explain Container tags with reference to HTML.
Explain Empty tags with reference to HTML.
Explain Body tags with reference to HTML.
Explain Paragraph tags with reference to HTML.