The Basics
HTML
CSS
100





What is the difference between an HTML opening tag and a closing tag?
the closing has a /
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)
200





What essential section will hold the majority of a website's content that is displayed on the page?
body
200





What is the name of the tag used to create hyperlinks?
Anchor tag
Also called just the "a" tag.
200





What is the use for the 6-digit value, preceded by a pound sign?
Identify a color, it's a hexadecimal value
300





What does HTML stand for?
hyper text markup language
300





What tag is used to begin table?
table
300





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





What is the term for the "grammatical structure" in which HTML and CSS are written?
syntax
400





Name two necessary tags used to create a list.
ul for an Unordered list
ol for an Ordered list
li for a List Item
400





The background color of a whole page can be changed by creating a rule for this CSS selector.
Body
500





What version of HTML are we using?
HTML 5
500





This HTML attribute allows you to further identify any content element in order to apply CSS to it.
class or ID
500





CSS can be applied to a website in three ways. Name two of them.
External, Internal/Embedded, and Inline.
M
e
n
u