Which is the least semantic of the following HTML tags?
<p>
<div>
<h6>
<li>
If a person types "vegetarian recipes" in a site search, which of the following is the best page title on the search result page?
Vegetarian recipes
Search
Results
Search results
Search results for "vegetarian recipes"
Which of the following will be recognized as valid headings by screen readers?
0%
0
<h1></h1>
0%
0
0%
0
<h7>Disclaimer</h7>
0%
0
When moving focus to an element that is not focusable, it is important to include which one of the following attributes on the container:
tabindex="0"
aria-focus="true"
tabindex="-1"
tabindex="1"
If the tab order is not correct, the best way to fix it is to:
Use tabindex (e.g. tabindex="1", tabindex="2", etc.)
Arrange the order of the elements in the DOM to match the intended tab order.
Let the user customize the tab order
Use JavaScript to detect onblur events and send the focus to the correct element.
To be compliant, captions for videos must include which of the following (Select all that apply):
Description of visual content
Narration and dialog
Identity of multiple speakers
Important sound effects
One of the main ways to make an iframe accessible is to add:
a title attribute
an alt attribute
a name attribute
a title element
tabindex="0"
a label element
0
{"name":"Dev meeting - March 14", "url":"https://www.quiz-maker.com/QY82VZ32N","txt":"Which type of disability is the most common?, WCAG stands for..., Which one is not a screen reader?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}