HyperText Markup Language
What does <p> mean?
What is the purpose of CSS?
Style
What are the components of a CSS rule-set?
Selector, curly brackets, property, value, semicolon
What is the difference between an ordered list and unordered list?
What does CSS stand for?
Cascading Style Sheets
What does <li> mean?
List Item
What is the purpose of the <body> tag?
Contains the content and structure of the webpage.
What are the three values of the text-align property?
Left, right, center
What unit is used in CSS for font-size, height, width, etc.?
Pixels
What does alt stand for?
Alternative Text
What is the smallest heading tag?
h6
What is the purple of the <DOCTYPE> tag?
Declares of language of the webpage
What are the two values of the float property?
Right, left
What are the three ways color can be described as a value?
RGB, "crayon box", lightning-bolt selector
What does hr stand for?
Horizontal Rule
What is the largest heading tag?
h1
What is the purpose of the <link> tag?
Links the HTML to the CSS
What are the five values of the font family property?
Serif, Sans-serif, Cursive, Fantasy, Monospace
What are the attributes of the <link> tag?
REL & HREF
What does br stand for?
Line Break
What are the attributes of an image tag?
SRC & ALT
What is the purpose of the <head> tag?
Contains data about data - metadata
What are the three values of the text-decoration property?
underline, overline, line-through
What rule-set in CSS styles the entire webpage?