Computer Science, asked by paulakh374a, 5 days ago

writethebasicstructureofhtml​

Answers

Answered by nchaturvedi1982
0

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:

this is your answer thank you for your question

Answered by Pratibhasingh1922
3

Explanation:

<html>

<head><title>My first web site</title></head>

<body>

</body>

</html>

This is your answer

Similar questions