Hypertext Markup Language
What is HTML
Cascading Style Sheets
What is CSS?
+ / * -
What are arithmetic operators?
A repeated block of code
What is a loop?
if/else if/else
What are the keywords of a conditional?
<>
What are symbols for a HTML tag?
CSS is responsible for this.
What is style?
> !== === < >= <=
What are comparison operators?
i++
What is a loop update?
else
What is the default for conditional statements?
Structure & Content
What is HTML responsible for?
background-color: red;
What is a property?
3 + 5
What is 8?
A loop that has the start, stop, and update in one line of code.
What is a for loop?
Any code that is contained within a pair of curly braces.
What is a code block?
The visible content on a HTML page.
What is <body>?
The syntax for a _____________ is:
<p class="first"></p>
What is a class?
"3" + "5"
What is "35"?
A loop that has the start, stop, and update in multiple lines of code.
What is a while loop?
True and False
What are Boolean values?