Topic

HTML tips - Page 2

Every accessibility tip on this site tagged HTML.

Accessible tooltips and popovers

Building tooltips and popovers that work with keyboard navigation, screen readers, and touch devices using ARIA and the Popover API.

HTML
ARIA roles states and properties

Understanding WAI-ARIA roles, states, properties, and live regions for making custom widgets and dynamic content accessible.

HTML
HTML Landmarks for accessibility

Using HTML5 landmark elements and ARIA roles to create navigable page regions for screen reader users.

HTML
Semantic HTML vs div soup

When to use semantic elements like section, article, aside, and figure instead of generic divs, and why it matters for screen readers and SEO.

HTML