Learning: Header Tag

About Heading Tags


A. What is HEADER tags

1. Header tags are used for giving heading to any topic or page. There are 6 types of header tags.

2. < h1> defines the most important heading. < h6> defines the least important heading.

B. The Types of header tags are as follow

  1. < h1> < /h1>
  2. < h2> < /h2>
  3. < h3> < /h3>
  4. < h4> < /h4>
  5. < h5> < /h5>
  6. < h6> < /h6>

See the Pen Untitled by Aakash Kavediya (@Aakash-Kavediya) on CodePen.

This all are 6 types of tags use to give heading to a page or to the essay or to a paragraph. the heading starts from < h1> < /h1> and then ends on to < h6> < /h6> tag. The < h1> has the large font structure and < h6> has the small font structure.