Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Accessibility
Semantic HTML & the Accessibility Tree — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Semantic HTML & the Accessibility Tree
A developer builds a clickable card using a <div> element and adds role="button" via ARIA. What critical behavior is still missing that a native <button> would provide automatically?
A visible border and background color
Keyboard activation on Space and Enter, plus automatic tab-stop inclusion
An implicit aria-label derived from the card's text content
A hover state managed by the browser
Check answer