HTML
CSS
JavaScript
Accessibility &
JavaScript
100

Full name for HTML.

What is Hypertext Markup Language?

100

Full name for CSS.

What is Cascading Style Sheets?

100

JavaScript is a language used to create ____ within a web browser.

What is interactivity?

100

The attribute is where we can verbally describe the image.

What is the alt (alternative) attribute?

200

Self-closing tag.

What is the <img> or image tag?

200

It determines where the styles are being applied.

What is a selector?

200

A tree structure that enables JavaScript to add, modify, and remove HTML elements, tag attributes, and CSS styles by referencing their location in the tree.

What is the DOM (Document Object Model)? 

200

Using a ______  ensures that the colors you are using are clear and visible for all users.

What is a Color Contrast Checker?

300

The ___ tag is what shows up as the name of the webpage and is important to all HTML documents

What is title?

300

It is contained between curly brackets {}, that lists all of the individual styles to be applied.

What is a declaration block?

300

Containers that are used to store information (data) in a computer program

What are variables?

300

The value that represents true or false.

What is boolean?

400

Additional information of HTML elements that have a name and a value.

What is an attribute? (What are attributes?)

400

Individual styles have a ____ which corresponds to a value.

What is property name?

400

Type of programming language whose work is done by having objects that different actions – or methods – are called on.

What is object-oriented programming language?

400

The conditional statement that checks to see if a condition is true. If it is true, then the computer runs a set of code. 

What is the if conditional statement?

500

HTML tags used to create a navigation bar. 

What are <ul>, <ol>, and <li> tags?

500

The three main ways to select HTML elements to apply CSS Styling

What is selecting by element tag names, class attributes, and id attributes? 

500

A very common way to use the DOM is to find all elements of a given type or class name, or to find a particular element by its id.

What is the method getElementById?

500

Keyword to check another condition if the previous condition is false.

What is else if?

M
e
n
u