Computer Science, asked by rajinitripathi88, 29 days ago

write the structure of HTML program ​

Answers

Answered by aksharasoni34
3

Answer:

here \: is \: ur \: 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.

Explanation:

Hope it helps u

Answered by snas217236
3

Answer:

Structure of an HTML Document::

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.

HTML Document Structure

<html>

<head>

<tittle>

</title>

</head>

<body>

</body>

</html>

Similar questions