HTML
CSS
Accessibility
Styles
Tags
100

Stands for Hyper Text Markup Language

What is HTML?

100

Stands for Cascading Style Sheets.

What is CSS?

100

Helps people with disabilities understand and navigate the web

What is web accessibility?

100

Defines the background color for an HTML element

What is background color

100

Defines the root of an HTML document

what is <html>?

200

Defines HTML headings

What is <h1> to <h6>

200

The Value

What is CSS Value
200

defines the text color for an HTML elements

What is Color Property?

200

defines the document's body.

what is <body> tag?

300

All HTML documents must start with

what is <!DOCTYPE html>

300

Three ways of inserting a style sheet

What is 

  • External CSS
  • Internal CSS
  • Inline CSS
300

defines the font to be used for a HTML document

What is Font-Family

300

 Defines a line break

What is <br> tag?

400

Defined with the <p> tag

What is HTML Paragraphs?

400

The property

What is CSS property

400

defines text size for an HTML element

what is font size

400

defines the paragraph

what is <p>?


500

 Defined with the <a> tag?

What is HTML Links?

500

 The style for many HTML pages.

What is external style sheet?

500

To help people with hearing disabilities to understand what it's saying.

What is the purpose of closed captions in videos?

500

Defines a thematic break in an HTML page

What is <hr>?

M
e
n
u