Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 910 Bytes

14-heading-levels.md

File metadata and controls

12 lines (6 loc) · 910 Bytes

14. Correctly Define Heading Levels of a Web Page

📹 Video

  • <h1> should be the first heading on the page. If the text has to be bolded or capitalized, it doesn't necessarily mean that it's a heading (rather just a <p> or <span> tag with some additional styling.)

  • 👍 Carefully considering the heading structure in advance will make you webpage much easier and clearer to navigate - not just for the users with assistive devices, for everyone.

  • 🤔 To see the structure of the page as interpreted by screen readers and other assistive devices, use Firefox' accessibility inspector.

You can enable it by going to the developer tools and clicking Turn On Accessibility Features button (under the Accessibility tab).