H1, H2, H3, H4, H5, H6 tags explained

How to use <h1><h2><h3><h4><h5><h6> header tags effective and properly.

The explanations and samples of header elements.

  • H1: Blog’s name
  • H2: Your blog’s tagline, if it’s “keyword-rich”; if not, all your recent posts should have an H2.
  • H3: Your recent posts, or, if those have an H2, this could be used for somewhat older posts.
  • H4: related content in the sidebar, like the heading of an “about” widget.
  • H5: Unrelated headings in your sidebar, footer, etc.

SAMPLES

This is heading 1

This is heading 2

This is heading 3

This is heading 4

This is heading 5
This is heading 6
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>



Ads