Computer Science, asked by aman196886, 5 months ago

Write a HTML code to show the working of heading tags in five different sizes.​

Answers

Answered by Anonymous
0

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 shikshavineet53
3

Explanation:

<h1>Heading 1</h1>

<h2>Heading 2</h2>

<h3>Heading 3</h3>

<h4>Heading 4</h4>

<h5>Heading 5</h5>

<h6>Heading 6</h6>

I hope it will help you

mark as brainliest

Similar questions
Math, 9 months ago