How do you implement accessibility (ARIA) in HTML?

ARIA (Accessible Rich Internet Applications) provides roles and attributes like aria-label, role, and aria-live to make dynamic content accessible to screen readers.

Example:

<button aria-label="Close">X</button>