Computer Science, asked by arpita1713, 5 months ago

explain the different levels of the heading used in an HTML document​

Answers

Answered by Anonymous
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 ashokangadi87
0

Answer:

ꃅɭ០

arpita.... .

good afternoon

Similar questions