Accessibility Flashcards
What is HTML?
HTML stands for Hypertext Markup Language. It is the language that is used to develop web pages.
What is CSS?
CSS stands for Cascading Style Sheets. To apply any design on HTML elements, we use CSS. CSS is used to define styles for web pages.
What is an HTML Tag?
HTML tags are used to start an HTML/Web element. They are usually enclosed in agle brackets.
What is Accessibility Testing?
Accessibility Testing is a type of software testing performed to ensure that the application being tested is usable by people with disabilities like hearing, color blindness, old age, and other disadvantaged groups.
How do people with disabilities use software applications?
Typically people with disabilities may use assistive technologies, including speech recognition software, screen reader software, screen magnification software, and special keyboards.
What is WCAG?
WCAG stands for Web Content Accessibility Guidelines. They provide recommendations for making web content more accessible to a wide range of people with disabilities. They address web contents on various devices including desktops, laptops, tablets, phones, etc.