What tag is used to create a header
<h> tag
Where should the background color tag go?
At the beginning/top of the style sheet
What essential tag will hold the majority of a website's content?
Body
What is wrong with this tag?
<p> I love school <p>
There isn't a "/" in the closing tag.
What is the name of a basic HTML element?
Tag
What is the difference between an ordered and unordered list?
An ordered list has numbers and an unordered list has bullets.
How do you link the style sheet to the webpage?
add the tag <link rel="stylesheet" href="style.css"> to the html sheet
What is the difference between an HTML opening tag and a closing tag?
Closing tag has a '/'
What do "CSS" and "HTML" stand for?
Cascading Style Sheets
HyperText Markup Language