Define the tag, <HTML>.
5 Likes
The <HTML> tag it the root element of the html document. It identifies the document as an HTML document. An HTML document begins with <HTML> and ends with </HTML>.
<HTML> ....HTML document lines here </HTML>
Answered By
3 Likes
What do you understand by 'Tag' ?
What is an attribute in HTML ?
HR tag is used for …………… .
<TITLE> tag is used to define …………… .