HTML
CSS
Trivia
Entertainment
Java
100

This is the largest heading tag

What is <h1> tag?

100

CSS is used for

What is Styling/Design?

100

The hardest known natural material.

What is a diamond?

100

The first African American woman to host a TV show?

Who is Oprah Winfrey?

100

The data type that represents decimals

What is a double?

200

This is the tag which links a page to another ....

What is an <a> tag?

200

The character that goes at the end of every CSS declaration .....

What is a SemiColon?


200

The 2nd American President.

Who is John Adams?

200

The boss on NBC's TV Show "The Office"

Who is Michael Scott?

200

This is the name of the % operator. 

What is modulus?

300

The <ul> and <li> tags create...

What is an unordered list?

300

Font size is normally measured in this

What is pixels(px)?

300

The location of the 2021 Summer Olympics

Where is Tokyo, Japan?

300

The events of Hunger Games take place in this country

Where is "Panem," or the United States of America?

300

The code that allows you to print text in one line. 

What is System.out.print?

400

This HTML tag that allows you to group some content together.

What is a Div?

400

The symbol needed for hexcode or displaying specific colors. 

What is #?
400

The richest person in the world right now

Who is Jeff Bezos ?

400

The most viewed music video on YouTube

What is Baby Shark by Pinkfong?
400

What operation would you use to add the value of the right operand to a variable and assign the result to the variable? 

What is +=?

500

The type of HTML element that is being referenced in .food

What is a class (the class called food)?

500

This is the way to justify and align items using CSS. (display: ___) 

What is flexbox? 

500

The founder of the Girls Who Code Organization

Reshma Saujani

500

The artist that has the most No. 1 hits of all time. 

Who is the Beatles?

500

int foodEaten = 5; <= the method of naming variables using uppercase and lowercase letters

What is camelCase?