Explain Empty tags with reference to HTML.
18 Likes
Empty tags do not require a closing tag in an HTML document. It has only an ON tag in the document which is understood by the browser.
For example:
line 1.....<BR>
Answered By
11 Likes
Distinguish between <P> and <BR> tags.
Explain Container tags with reference to HTML.
Explain Head tags with reference to HTML.
Explain Body tags with reference to HTML.