write the structure of html program
Answers
Answered by
2
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:
<html>
<head>
<title> example: free fire</title>
</head>
<body>
</body>
<\html>
Answered by
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.
Explanation:
Similar questions
Math,
23 days ago
Math,
1 month ago
CBSE BOARD XII,
1 month ago
Geography,
8 months ago
Science,
8 months ago