"Bare Bones"
HTML
CSS
Text
Miscellanious
100





What is the name of a basic HTML element?
Tag
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 do "CSS" and "HTML" stand for?
Cascading Style Sheets
HyperText Markup Language
200





What essential tag will hold the majority of a website's content?
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 name for the 6-digit value, preceded by a pound sign, that is used to modify a property?
Hexadecimal
200





How is font size normally measured?
Pixels (px)
200





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





What is the difference between an HTML opening tag and a closing tag?
Closing tag has a '/'
300





What tag is used to create a table?
table
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





What is the term used for tags that are inside of other tags?
Nesting
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 property would you change to make a font bold?
Font Weight
400





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





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





This HTML tag allows you to group some content together into a block.
div
500





Name one of the three "elements" in a CSS rule? E.g. h1{color: orange;}
Selector, Property, Value
500





What is the name of the text used in a webpage as a placeholder? (Hint: It's a latin phrase)
Lorem Ipsum
(Also called Greek Copy)
500





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