HTML
CSS
JavaScript
Fun Facts (Bonus)
100

The pointed symbol used around HTML tags.

What is an angle bracket?

100

To change the font type in your CSS, you would use this property.

What is "font-family"?

100

The curved symbol that surround JavaScript code sections.

What is a curly bracket / brace ?

100

The world wide web was first invented in this decade.

What are the 1980's?

200

What does UL stand for in the <ul> </ul> tag?

What is an unordered list?
200
To install your CSS, you need to link it in this part of your HTML.
What is the "head" in HTML?

(Alt answer: <head> </head>)

200

The logical operator "||" is used to symbolize this definition.

What is "or"?

200

E-Mail was first invented in this decade.

What are the 1970's?

300

To write a "___" in HTML, you would format it as <! -- TEXT GOES HERE -->

What is a comment?

300

The part of CSS that identifies which part of your HTML you want to change. For example, h1 or p

What is a selector?

300

A container for storing data values.

What is a "variable"?

300

When was Youtube founded?

What is 2005? 

(Close years will be accepted)

400

In coding, this is when you put one tag completely inside another tag's content.

What is nesting?

400

A 6 digit code for the color black.

What is #000000?

400

A way to store more than one value at a time, like a list.

What is an array?

400

Nintendo was founded in this decade.

The 1880's/1890's.

500

IDs and classes are examples of this type of HTML syntax

What is an attribute?

500
This CSS property makes the corners of a div slightly rounded.

What is border-radius?

500

To repeat an action until all elements have been selected, you would use this type of code.

What is a "forEach" loop?

(Half point for just "loop")

500

The "high-five" was invented in this decade.

What is the 1970's?