explain the different levels of the heading used in an HTML document
Answers
Answered by
1
Answer:
HTML headings are defined with the <h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading.
<html>
<head>
</head>
<body>
<h1> Welcome</h1>
<h2> Welcome</h2>
<h3> Welcome</h3>
<h4> Welcome</h4>
<h5> Welcome</h5>
<h6> Welcome</h6>
</body>
</html>
Output: above ⬆ ( screen shot)
Attachments:
Answered by
0
Answer:
ꃅɭ០
arpita.... .
good afternoon
Similar questions
Math,
2 months ago
Science,
2 months ago
Biology,
2 months ago
Math,
5 months ago
Biology,
11 months ago
Social Sciences,
11 months ago
Social Sciences,
11 months ago