Explain the basic layout of HTML document
Answers
Answered by
15
Answer:
An HTML document begins with the tag <HTML> and ends with the tag </HTML>. It also contains a header describing the title of the page, and a body where the page's content is located. The header is delimited by the tags <HEAD> and </HEAD>. The body is delimited by the tags <BODY> and </BODY>.
Similar questions