HTML
CSS
JavaScript
CHANCE
RANDOM
100

Identify the correct pair of an OPEN and CLOSE tags. 

A) < > </ >

B) < > <\ >

C) </ > </ >

D) < > < >

A) < > </ >

100

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

100

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>

100

ALL TEAMS LOSE 100 PTS

ALL TEAMS LOSE 100 PTS

100

What is the capital of California?

A) Los Angeles

B) San Francisco

C) Sacramento

D) Anaheim

C) Sacramento

200

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


200

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)

200

Which of the following datatypes would you use to store a number?

A) String

B) Boolean

C) Int

D) Object

C) Int

200

DOUBLE TEAM'S PTS

DOUBLE TEAM'S PTS

200

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

300

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>

300

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

300

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!"

300

MINUS 300 PTS

MINUS 300 PTS

300

Who was the 31st President?

A) Warren G. Harding

B) Calvin Coolidge

C) Franklin Delano Roosevelt

D) Herbert Hoover

D) Herbert Hoover

400

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>

400

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

400
Given an array of 3 items, what would a computer program consider to be the position of the last item in the array?


A) 3

B) 2

C) 4

D) None of the above

B) 2

400

Gain 500 PTS

Gain 500 PTS

400

Is Forsaken a game or a movie?

               

A) Game

B) Movie

C) Neither

D) Both

B) Movie

500

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

500

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

500

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

500

MINUS 400 PTS

MINUS 400 PTS

500

Which is the 226th Pokémon in the Pokedex?


A) Mantine    

B) Dunsparce  

C) Raichu  

D) Misdreavus  

A) Mantine    


M
e
n
u