Write the structure of HTML program and explain
Answers
Answered by
7
Answer:
The basic structure of any HTML document consists of the following sections or elements: The main container ( html element). The head section ( head element). The body section ( body element).
PLZ MARK AS BRAINLIEST ANSWER, FOLLOW ME AND THX FOR THE SUPERB QUESTION
Answered by
1
Answer:
Explanation:
<HTML>
<HEAD>
<TITLE>
title of the page
</TITLE>
</HEAD>
<BODY>
Content of the page
</BODY>
</HTML>
Similar questions