Computer Science, asked by abhinavm3117, 6 months ago

Write the structure of HTML program and explain​

Answers

Answered by Anonymous
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 manonmoni
1

Answer:

Explanation:

<HTML>

<HEAD>

<TITLE>

             title of the page

</TITLE>

</HEAD>

<BODY>

            Content of the page

</BODY>

</HTML>

Similar questions