Computer Science, asked by harshsharan87, 1 month ago

write the structure of html program​

Answers

Answered by likithsunku
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 kingslint
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