Universal design for the web - Headings Flashcards
True or False: Headings facilitate navigation and add semantic structure to a webpage.
True
Which of the following is a benefit of using headings in web content?
A) They make the text larger
B) They help organize the content and improve navigation for screen reader users
C) They change the color of the text
D) They remove images from the page
B) They help organize the content and improve navigation for screen reader users
True or False: Screen reader users can quickly glance at a page to see where the main content begins.
False
Which HTML tags should be used for creating headings?
A) <div>
B) <span>
C) <h1>, <h2>, <h3>, etc.
D) </h3></h2></h1><p></p></span></div>
C) <h1>, <h2>, <h3>, etc.</h3></h2></h1>
True or False: Poorly structured or missing headings make it harder for screen reader users to navigate content.
True
How do screen readers assist users in navigating through headings?
A) They display headings in bold
B) They use keyboard shortcuts to jump from heading to heading
C) They change the background color of headings
D) They delete non-heading text
B) They use keyboard shortcuts to jump from heading to heading