HTML
CSS
Text/ETC
Miscellanious
100





What HTML tag is used to create a paragraph?
p
100





What is the main purpose of CSS?
Styling (e.g. color, font face/style, positioning)
100





Which heading will produce a smaller font size, h1 or h6?
h6
100

What is the name o the website we used to code our lessons?

200

What tag is used to create a header

<h> tag

200

Where should the background color tag go?

At the beginning/top of the style sheet

200


What essential tag will hold the majority of a website's content?

Body

200





What is the file extension for an HTML document?
.html
300

What is wrong with this tag?

<p> I love school <p>

There isn't a "/" in the closing tag.

300





What character (e.g. 'a' or '^') goes at the end of every CSS declaration?
Semi-colon (;)
300





What property would you change to make a font italicized?
Font Style
300





What is the file extension for an external CSS style sheet?
.css
400





Name the two possible tags used to create a list.
ul for an Unordered list
ol for an Ordered list
400





The background color of a whole page can be changed by editing this CSS selector.
Body
400

What is the name of a basic HTML element?

Tag

400





What HTML tag is used to define the element of a given list?
li
500

What is the difference between an ordered and unordered list?

An ordered list has numbers and an unordered list has bullets. 

500

How do you link the style sheet to the webpage?

add the tag  <link rel="stylesheet" href="style.css">  to the html sheet

500

What is the difference between an HTML opening tag and a closing tag?

Closing tag has a '/'

500

What do "CSS" and "HTML" stand for?

Cascading Style Sheets

HyperText Markup Language

M
e
n
u