Identify the correct pair of an OPEN and CLOSE tags.
A) < > </ >
B) < > <\ >
C) </ > </ >
D) < > < >
A) < > </ >
What does CSS stand for?
A) Customer Support Services
B) Counter Strike Steam
C) Computer Systems Support
D) Cascading Style Sheets
D) Cascading Style Sheets
What tags do we need to write before writing an JavaScript code?
A) <style> </style>
B <html> </html>
C) <script> </script>
D) <js> </js>
C) <script> </script>
ALL TEAMS LOSE 100 PTS
ALL TEAMS LOSE 100 PTS
What is the capital of California?
A) Los Angeles
B) San Francisco
C) Sacramento
D) Anaheim
C) Sacramento
What are the 3 parts of an image tag?
(ORDER MATTERS)
A) Image Link, Width, Length
B) Width, Height, Image Link
C) Image Link, Width
D) Image Link, Width, Height
D) Image Link, Width, Height
What goes in the blank space?
____ {
background-color: red;
}
A) style
B) Element Name (Ex: h1, p, img, html)
C) 67
D) color: blue;
B) Element Name (Ex: h1, p, img, html)
Which of the following datatypes would you use to store a number?
A) String
B) Boolean
C) Int
D) Object
C) Int
DOUBLE TEAM'S PTS
DOUBLE TEAM'S PTS
What is the name of this Yu-Gi-Oh card?

A) Stardust Dragon
B) Blue-Eyes White Dragon
C) Borreload Dragon
D) Cyber End Dragon
B) Blue-Eyes White Dragon
What are the correct tags to make the list below?
* Apples
* Bananas
* Carrots
A) <ul>
<li>Apples</li>
<li>Oranges</li>
</ul>
B) <ol>
<li>Apples</li>
<li>Oranges</li>
</ol>
C) <ul>Apples</ul>
<ul>Oranges</ul>
D) <ol>Apples</ol>
<ol>Oranges</ol>
A) <ul>
<li>Apples</li>
<li>Oranges</li>
</ul>
What is the MAX amount of properties can you style for an element?
*Properties = background-color, color, text-align, animation, etc. *
A) 1
B) 10
C) As many as you want
D) None of the above
C) As many as you want
Which line of code would change the text within the heading tag below?
<h1 id="title"> SCHOOL IS OVER! </h1>
A) document.getElementByID("title").innerHTML = "SCHOOL IS NOT OVER!"
B) document.heading.innerHTML = "SCHOOL IS NOT OVER"
C) heading1.innerHTML = "SCHOOL IS NOT OVER"
D) h1 = "SCHOOL IS NOT OVER"
A) document.getElementByID("title").innerHTML = "SCHOOL IS NOT OVER!"
MINUS 300 PTS
MINUS 300 PTS
Who was the 31st President?
A) Warren G. Harding
B) Calvin Coolidge
C) Franklin Delano Roosevelt
D) Herbert Hoover
D) Herbert Hoover
Which are the correct tags to underline a paragraph?
A) <h1><u>Hello World! </u></h1>
B) <p><u>Hello World! </u></p>
C) <li><u>Hello World! </u></li>
D) <u><img src="HelloWorld.png" width="500px" height="500px"></u>
B) <p><u>Hello World! </u></p>
From the code shown below, which element would get the animation?
p img{
animation: bgcolor 10s infinite;
}
A) Paragraph
B) Image
C) Both Image and Paragraph
D) Neither because there is no comma between paragraph and image
D) Neither because there is no comma between paragraph and image
A) 3
B) 2
C) 4
D) None of the above
B) 2
Gain 500 PTS
Gain 500 PTS
Is Forsaken a game or a movie?

A) Game
B) Movie
C) Neither
D) Both
B) Movie
What is the correct order of tags for a table with two columns and rows?
Note:
- tr = table row
- th = table header
- td = table data
A) th, tr, td, tr
B) tr, th, th, th, td, td, td
C) tr, th, th, tr, td, td
D) tr, th, tr, td
C) tr, th, th, tr, td, td
What is the error in the code below?
h1{
background-color: red;
animation: txt 5s infinite
color: red;
}
@keyframes txt {
from {text-align: left;}
to {text-align: right;}
}
A) There is no semi-colon after animation values
B) You cannot have an animation with text-align
C) The order of the properties is wrong
D) Nothing is wrong
A) There is no semi-colon after animation values
What are the 3 parts of a for loop? (ORDER MATTERS)
A) Set Start Value, Change Value, Check Condition
B) Check Condition, Change Value, Set Start Value
C) Change Value, Set Start Value, Check Condition
D) Set Start Value, Check Condition, Change Value
D) Set Start Value, Check Condition, Change Value
MINUS 400 PTS
MINUS 400 PTS
Which is the 226th Pokémon in the Pokedex?
A) Mantine 
B) Dunsparce 
C) Raichu 
D) Misdreavus 
A) Mantine 