This is the largest heading tag
What is <h1> tag?
CSS is used for
What is Styling/Design?
The hardest known natural material.
What is a diamond?
The first African American woman to host a TV show?
Who is Oprah Winfrey?
The data type that represents decimals
What is a double?
This is the tag which links a page to another ....
What is an <a> tag?
The character that goes at the end of every CSS declaration .....
What is a SemiColon?
The 2nd American President.
Who is John Adams?
The boss on NBC's TV Show "The Office"
Who is Michael Scott?
This is the name of the % operator.
What is modulus?
The <ul> and <li> tags create...
What is an unordered list?
Font size is normally measured in this
What is pixels(px)?
The location of the 2021 Summer Olympics
Where is Tokyo, Japan?
The events of Hunger Games take place in this country
Where is "Panem," or the United States of America?
The code that allows you to print text in one line.
What is System.out.print?
This HTML tag that allows you to group some content together.
What is a Div?
The symbol needed for hexcode or displaying specific colors.
The richest person in the world right now
Who is Jeff Bezos ?
The most viewed music video on YouTube
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 +=?
The type of HTML element that is being referenced in .food
What is a class (the class called food)?
This is the way to justify and align items using CSS. (display: ___)
What is flexbox?
The founder of the Girls Who Code Organization
Reshma Saujani
The artist that has the most No. 1 hits of all time.
Who is the Beatles?
int foodEaten = 5; <= the method of naming variables using uppercase and lowercase letters
What is camelCase?