Computer Science, asked by nonusingla50511, 12 days ago

Explain the structure of HTML with example

Answers

Answered by gurlalsingh33333
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:

Mark me brilliant answer

Answered by shreyashivalkar31
0

The basic structure of an HTML document consists of 5 elements:

<!DOCTYPE>

<html>

<head>

<title>

<body>

Similar questions