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
defines the text color for an HTML elements
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
defines the font to be used for a HTML document
What is Font-Family
Defines a line break
What is <br> tag?
Defined with the <p> tag
What is HTML Paragraphs?
The property
What is CSS property
defines 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 it's saying.
What is the purpose of closed captions in videos?
Defines a thematic break in an HTML page
What is <hr>?