write the structure of HTML program
Answers
Answered by
3
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
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