Computer Science, asked by AniketNepu686, 9 months ago

What are the main elements of an HTML document?

Answers

Answered by BRAINLYARMY001
13

Answer:

hii

your answer is here !

Explanation:

The basic elements of an HTML page are:

A text header, denoted using the <h1> , <h2> , <h3> , <h4> , <h5> , <h6> tags.

A paragraph, denoted using the <p> tag.

A horizontal ruler, denoted using the <hr> tag.

A link, denoted using the <a> (anchor) tag.

follow me !

Answered by VISHALKUMARV22
11

Answer:

<!DOCTYPE html>

<head>

<title>

</title>

</head>

<body>

</body>

</html>

I think body is the main tag/element in html documents.

Similar questions