Web Accessibility with HTML

Test ARIA roles and semantics.

1. What is the primary purpose of the 'alt' attribute for images in HTML?
2. Which of the following are semantic HTML elements that inherently improve web accessibility?
3. ARIA (Accessible Rich Internet Applications) roles should be used instead of native HTML elements whenever possible.
4. What does the acronym WCAG stand for (full name)?
5. Which HTML element is natively focusable via keyboard navigation by default?
6. Which practices help improve accessibility for keyboard-only users?
7. All images must include an 'alt' attribute to be accessible.
8. What HTML attribute is used on a <label> element to associate it with an <input> element?
9. Which ARIA role is most appropriate for a custom-built search input field?
10. Which heading practices improve accessibility?
Answered 0 of 0 — 0 correct