HTML Heading Tags <h1> to <h6>

PHOTO EMBED

Sun Jan 05 2020 19:00:00 GMT+0000 (Coordinated Universal Time)

Saved by @toast-ghost #html #basics #htmltags #seo

<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>
content_copyCOPY

Best practices for SEO and accessibility purposes when using heading tags is: <h1> Use once or twice with the title of the website of page <h2> Use for section headers inside the page. Good to have one every 200-400 words. But totally depends on the content and layout. <h3> - <h6> Use as many as you want to further subsection and highlight key points in the text.