Write the syntax which explains the general structure of an HTML document. | question and answer !



Question:-

Write the syntax which explains the general structure of an HTML document.

Answer:-

<HTML>
<HEAD>
<TITTLE>Structure of HTML</TITTLE>
</HEAD>
<BODY>
I am enjoying learning computer
</BODY>
</HTML>

No comments