The <_____> tag is used to divide a web page into sections.
<div>
The main container for the Red Panda game uses the id ______.
a. game
b. image
c. float
game
JavaScript uses the _____() function to display a pop-up alert.
alert
To style all divs in CSS, you use the selector _____.
a. div
b. id
c. html
div
The bamboo images are added using the CSS property background-_____.
image
To run code when a user clicks, we use an _____ listener.
a. alert
b. active
c. event
event
To style one specific div, you use an _____ selector.
a. div
b. id
c. html
id
The :_____ pseudo-class shows a question mark when the mouse is over a bamboo div.
a. game
b. hover
c. image
hover
The method getElementById() is used to access elements from the _____ (DOM).
a. document
b. database
c. debug
document
The CSS property used to place divs side by side is _____.
a. div
b. integer
c. float
d. id
float
The :_____ pseudo-class displays an image when the div is clicked.
a. float
b. active
c. id
active
In spreadsheets, the formula =_____() is used to find an average.
a. COUNT
b. AVERAGE
c. SUM
AVERAGE
The CSS property used to set how wide a div is called _____.
width
The CSS property used to place bamboo divs next to each other is _____.
float
A graph is useful because it visually represents _____ from data.
a. information
b. status
c. funding
information