This tag is used to create a hyperlink in HTML.
What is <a>?
This property changes the color of text.
what is color?
This keyword is used to declare a variable with block scope (cannot be redeclared)
What is let?
The full name of HTML is _______________
What is HyperText Markup Language?
This student mentor loves to read + is a mechanical engineer
Who is Melody?
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?
This is the correct order of CSS rule parts: selector, then this, then value. ( _________ : value;)
What is property?
This method gets an element by its unique ID.
What is document.getElementById()?
What is display?
This student mentor has a black belt in karate + speaks 3 languages
Who is Harini?
This type of HTML list automatically numbers the items in sequential order. (name and its tag!)
What is ordered list <ol>?
This symbol targets a class in CSS, and this symbol targets an id in CSS (both must be correct!)
What is .(dot) and #(hashtag)?
This property updates inside an HTML element.
What is innerHTML?
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?
These student mentors have been with me for two years!
Who are Hani and Harini?
This attribute can be used to jump from index.html to index2.html
What is href?
This shorthand property sets top, right, bottom, and left spacing outside an element.
What is margin?
Fill in the blank: this is an example of a _______
(myNum = {1, 2, 3, 4, 5})
What is an array?
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)
This student mentor is going to be an incoming SDE intern at Amazon!
Who is Jimena?
Fill in the blank(s):<________ ____ ="script.js" defer></________>
What is script and src?
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?
Fill in the blank: this is an example of a _______
(myCar = new Car("Toyota"))
What is object?
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?
What is the name of the rock that Emily made during the hunt (Elmo has beef with him)
Who is Rocco?