What are the main elements of an HTML document?
Answers
Answered by
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
11
Answer:
<!DOCTYPE html>
<head>
<title>
</title>
</head>
<body>
</body>
</html>
I think body is the main tag/element in html documents.
Similar questions
English,
4 months ago
English,
4 months ago
Science,
4 months ago
Computer Science,
9 months ago
English,
9 months ago