HTML Heading

HTML Heading

·

1 min read

  • HTML headings are used to create headings on a webpage. They range from <h1>to⁣.<h6>. <h1> is the most important heading, and <h6> is the least important heading.

Syntax of the HTML Heading Element

<body>
  <h1>This is heading</h1>
  <h2>This is heading</h2>
  <h3>This is heading</h3>
  <h4>This is heading</h4>
  <h5>This is heading</h5>
  <h6>This is heading</h6>
</body>

Note: All HTML elements in angular braces (<>) should be in lowercase.


Happy Learning

Thanks For Reading! :)

-SriParthu💝💥