What is the difference between a class and an id?
Classes allow you to integrate css with an element. Ids allow you to integrate JavaScript.
Where does css have to go in order to integrate it with Javascript?
in-line, in the tag of the element
What was the most downloaded app of the 2010s?
Both gingerbread houses and candy canes were almost certainly introduced to the U.S. by immigrants from what country?
Germany
What are the three places that css can go in your code?
A separate css document, in-line css, and in the <style> section in head.
What line would you write to edit the width of an image with the id of "taco" to 32px?
document.getElementById("taco").style.width = '32px'
One gigabyte is equal to how many megabytes?
1024
What country has a tradition of eating KFC on Christmas day?
Japan
What tags do you need in order to add JavaScript to your code?
<script></script>
What needs to added INTO A TAG to activate a function called "cats()" when the space key is pressed?
<body> should become <body onkeydown="cats()">
What is the meaning of ‘HTTP’ that is used in website addresses?
Hypertext transfer protocol
When was the first Hallmark Card celebrating Kwanzaa sold?
1992
How many curly brackets would be in a code with 3 functions, 2 if statements, and a while loop?
12 brackets
Give two example of methods to make an image disappear after another image goes near it?
set width and height to 0, .remove, set z-index to back
Which video game console released in 2006 pioneered the use of motion controls in its gameplay?
Nintendo Wii
Which oil is traditionally used to light the menorah?
Olive oil
What is the difference between position absolute and position relative?
Absolute position uses the border of the website as a reference and relative position has a relationship to other elements.
What CSS is necessary to put in style to make a div that moves with the arrow keys?
width, height, background-color, position: absolute, top, left
Doug Engelbart was the inventor of what computer accessory? The first one was made from wood.
Mouse
What does the word "Hanukkah" translate to?
"Inauguration" in English and "Dedication" in Hebrew