- Why are headings important for accessibility?
- Which of the following is an example of poor accessibility?
- How do I make my h1 accessible?
Why are headings important for accessibility?
Benefits of Headings
Visually, headings are presented as larger and more distinct than surrounding text. Making texts larger helps guide the eye around the page. Using headings and making them visually apparent is especially helpful for users with cognitive disabilities.
Which of the following is an example of poor accessibility?
The most common accessibility issues are: Low contrast on text. Missing alt text on images. Missing link text.
How do I make my h1 accessible?
The accessible name of the h1 element should describe the main content of the page. The accessible name of the h1 element in the banner of the page, should identify and describe the website. The h1 element should be visible graphically and to assistive technologies. It should not be hidden using CSS techniques.