HTML
HTML
Introduction
- What is HTML
- Why HTML
- How It works
- Header Elements
- Semantic Elements
- Figure
- Mark
- Details
- Picture
- Functional Elements
- Dialog
- Summary
ARIA
Accessible Rich Internet Applications
Roles
Define the type of interaction that an element will have
List of roles
Properties
aria-label="..."
: A property that describes what does something doaria-live
: You can interrupt or queue the voiceover, useful to show a notification - detects changes on the HTML
State
aria-hidden="true|false"
: A property that hides an element from the voice reader