HTML
CSS
JavaScript
Mixed
Miscellaneous
100

This tag is used to create a hyperlink in HTML.  

What is <a>?

100

This property changes the color of text.

what is color?

100

This keyword is used to declare a variable with block scope (cannot be redeclared)

What is let?

100

The full name of HTML is _______________

What is HyperText Markup Language?

100

This student mentor loves to read + is a mechanical engineer

Who is Melody?

200

These attributes can be used to differenate the two same tags (*hint they are also used as selectors!) (2 answers!

What is class and id?

200

This is the correct order of CSS rule parts: selector, then this, then value. ( _________ : value;)

What is property?

200

This method gets an element by its unique ID.

What is document.getElementById()?

200
This property in CSS is used to display a grid

What is display?

200

This student mentor has a black belt in karate + speaks 3 languages

Who is Harini?

300

This type of HTML list automatically numbers the items in sequential order. (name and its tag!)

What is ordered list <ol>?

300

This symbol targets a class in CSS, and this symbol targets an id in CSS (both must be correct!)

What is .(dot) and #(hashtag)?

300

This property updates inside an HTML element.

What is innerHTML?

300

This type of value is used to track the image

(What is the thing in quotes called: <img src=""></img>

What is a image address?

300

These student mentors have been with me for two years!

Who are Hani and Harini?

400

This attribute can be used to jump from index.html to index2.html

What is href?

400

This shorthand property sets top, right, bottom, and left spacing outside an element.

What is margin?

400

Fill in the blank: this is an example of a _______ 

(myNum = {1, 2, 3, 4, 5})

What is an array?

400

This is an example of a:

let counter = 1;

while (counter <= 5) {

  console.log("Counter is at:", counter);

  counter++;

}

What is while loop? ("loop" also suffices)

400

This student mentor is going to be an incoming SDE intern at Amazon!

Who is Jimena?

500

Fill in the blank(s):<________  ____ ="script.js" defer></________> 

What is script and src?

500

This property defines the number and size of columns in a grid container, and this property defines the number and size of columns in a grid container (both must be correct!)

What is grid-template-columns and grid-template-rows?

500

Fill in the blank: this is an example of a _______ 

(myCar = new Car("Toyota"))

What is object?

500

This video was the first (and only) video we watched in class, where we learned about the formation of where HTML came from

What is World Wide Web?

500

What is the name of the rock that Emily made during the hunt (Elmo has beef with him)

Who is Rocco?

M
e
n
u