Answer
ARIA adds accessibility information when normal HTML cannot explain a custom control. • It can provide names, roles, and states. • Native elements such as `<button>` should be used first. • Wrong ARIA can make a page harder to use.
💡 Simple Example
<button aria-expanded="false">Menu</button>
⚡ Quick Revision
ARIA helps assistive technology understand custom interfaces.