Write the syntax which explains the write the syntax which explains the general structure of an html documentgeneral structure of an html document
Answers
Answered by
3
Answer:
Answer. Explanation: The general structure of an HTML document has two sections, namely Head and Body. The main content of the HTML document is written here along with the attributes which enhance the appearance of a web page
Answered by
0
<HTML>
<HEAD>
<TITLE>STRUCTURE OF HTML</TITLE>
</HEAD>
<BODY>
I AM ENJOYING LEARNING HTML
</BODY>
</HTML>
Similar questions