A
B
C
Mystery Column
100

What unit is font size measured in?

px

100

Give a good example of citing work.

Results may vary, but citing sources and giving credit for copyrighted material are the main ones.

100

True or False: HTML is an example of a markup language.

True

100

How many keys are on a standard piano?

88

200

What programming language(s) is/are usually used to interact with HTML?

CSS, JavaScript

200

A set of grammatical rules for a programming language is called…

Syntax

200

Where can you find the contents inside of a <title> tag on a website?

On the tab
200

The word "rizz" is a shortened form of what word?

Charisma

300
  1. Replacing "h1" with "h5" will cause the output of the following line of code to…

<h1> Hello World! </h1> 

Decrease in size.

300

What text formatting tag is used to make italics?

<i> or <em>

300

True or False: <img> tags need to have a closing tag.

False

300

Of the three types of rocks, which one is the most common?

Igneous

400
  1. Which part of the following line of code is considered the value? 

<h2 style="color:red;"> I love Jeopardy! </h2> 

red

400

Changing "ul" to "ol" on a list will result in what kind of change in the browser?

The bullet points of the list will change to numbers.

400

True or False: A <br> tag creates a break with a line to visually divide information.

False

400

Which element of the periodic table is the most populous in the human body?

Hydrogen

500

If you want to redirect the user to a new tab, what attribute should you use? 

target

500

When assigning a background-color to an entire webpage, which tag do you need to change?

<body>

500

When creating an anchor tag, what is the significance of the href attribute?

It shows what web address it redirects to.

500

What was the Y2K Problem?

From Wikipedia:

"Many programs represented four-digit years with only the final two digits, e.g. 1985 as 85, making the year 2000 indistinguishable from 1900. Computer systems' inability to distinguish dates correctly had the potential to bring down worldwide infrastructures for computer-reliant industries."