HTML question detail
What is ARIA and when should you use it?
ARIA adds accessibility metadata when native HTML alone cannot express needed semantics.
Rule of thumb: use native semantic elements first. Add ARIA only when necessary for custom widgets.