Explain Body tags with reference to HTML.
22 Likes
The <BODY> tag is the actual text of the HTML document which appears on the web page. It starts just below the HEAD tag and indicates the beginning of the HTML text. It is a container tag.
<BODY>
Answered By
14 Likes
Explain Empty tags with reference to HTML.
Explain Head tags with reference to HTML.
Explain Paragraph tags with reference to HTML.
Explain Line breaks with reference to HTML.