Accessible Tabs
Let’s learn to create accessible web together.This example is an effort to create accessible Tabs using ARIA. ARIA is a W3C specification that stands for “Accessible Rich Internet Applications.” It consists of markup that can be added to HTML in order to communicate the roles, states, and properties of user interface elements to assistive technologies (AT).
The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser.
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML …
JavaScript often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. MDN’s JavaScript’ Tutorial is good place to start learning basic JavaScript
To learn more about accessible ARIA Pattern for Tabs check WAI-ARIA Guidance




