Computer Science, asked by Arvhana3317, 4 months ago

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 paragtiwari
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 Shreyanshijaiswal81
0

<HTML>

<HEAD>

<TITLE>STRUCTURE OF HTML</TITLE>

</HEAD>

<BODY>

I AM ENJOYING LEARNING HTML

</BODY>

</HTML>

Similar questions