Definition: Developing content to be as accessible as possible, no matter an individual's physical and cognitive abilities and how they access a user interface.
Implementing for Web Accessibility
Include alt text for information images
Use headings, and use them correctly
Give links unique and descriptive names
Use colour with care
Use tables for tabular data, not for layout
Make dynamic content accessible
Make all content accessible using keyboard too
Don't use and for everything. A semantic elements clearly describes the content meaning: `,
- Use meaningful semantic HTML tags instead of generic as component roots, use when no semantic element is needed to avoid extra markup, and design components so their root element can change depending on their semantic role.¶