Computer Science, asked by dhangarakash2007, 17 days ago

Write the general structure of an HTML document

Answers

Answered by ikshaju737
1

Answer:

An HTML Document is mainly divided into two parts:

• HEAD: This contains the information about the HTML document. For Example, Title of the page, version of HTML, Meta Data etc.

• BODY: This contains everything you want to display on the Web Page.

Similar questions