Stands for Hyper Text Markup Language
What is HTML?
Stands for Cascading Style Sheets.
What is CSS?
Helps people with disabilities understand and navigate the web.
What is web accessibility?
Defines the background color for an HTML element.
What is Background color?
Defines the root of an HTML document
What is <html>?
Defines HTML headings
What is <h1> to <h6>?
The Value
What is CSS Value
people using mobile phones, smart watches, smart TVs, and other devices: with small screens, different input modes and older people with changing abilities due to aging; people with “temporary disabilities” such as a broken arm or lost glasses; people with “situational limitations” such as in bright sunlight or in an environment where they cannot listen to audio
Web is important for accessibility because it benefits people without disabilities
Defines the text color for an HTML element
What is Color Property?
Defines the document's body.
What is <body> tag?
All HTML documents must start with
What is <!DOCTYPE html>?
Three ways of inserting a style sheet
What is
Forms and labels, Headings, Contrast ratio, Multimedia alternatives, Keyboard access
What are the easy checks you can use to check your website for accessibility?
Defines the font to be used for an HTML element
What is Font-Family?
Defines a line break
What is <br>?
Defined with the <p> tag
What is HTML Paragraphs?
The property
what is CSS property?
Improves overall user experience and satisfaction, especially in a variety of situations, across different devices, and for older users.
Why is accessibility also important for businesses?
Defines the text size for an HTML element
What is Font-Size?
Defines the paragraph
What is <p>?
Defined with the <a> tag
What is HTML Links?
The style for many HTML pages.
What is External Style sheet?
To help people with hearing Disabilities to understand what its saying.
What is the purpose of closed captions in videos?
Defines the horizontal text alignment for an HTML element
What is text-align?
Defines a thematic break in an HTML page
What is <hr>?