Computer Science, asked by rashidshaikh0012, 4 months ago

which heading element gives the smallest heading in html​

Answers

Answered by reenakhicha
2

Answer:

HTML defines six levels of headings. A heading element implies all the font changes, paragraph breaks before and after, and any white space necessary to render the heading. The heading elements are H1, H2, H3, H4, H5, and H6 with H1 being the highest (or most important) level and H6 the least.

Answered by harshprasad22
2

Answer:

<h6>This is the smallest heading<h6>

Explanation:

You can make it more small through css by using font-size: 20px;

Similar questions