Acronyms
HTML Vocabulary
Purpose
CSS
Explain
100
What does HTML stand for?

HyperText Markup Language

100

What does <p> mean? 

Paragraph
100

What is the purpose of CSS? 

Style

100

What are the components of a CSS rule-set?

Selector, curly brackets, property, value, semicolon

100

What is the difference between an ordered list and unordered list? 

Numbers vs. bullets
200

What does CSS stand for?

Cascading Style Sheets

200

What does <li> mean?

List Item

200

What is the purpose of the <body> tag?

Contains the content and structure of the webpage. 

200

What are the three values of the text-align property?

Left, right, center

200

What unit is used in CSS for font-size, height, width, etc.?

Pixels

300

What does alt stand for? 

Alternative Text

300

What is the smallest heading tag?

h6

300

What is the purple of the <DOCTYPE> tag?

Declares of language of the webpage

300

What are the two values of the float property?  

Right, left

300

What are the three ways color can be described as a value?

RGB, "crayon box", lightning-bolt selector

400

What does hr stand for?

Horizontal Rule

400

What is the largest heading tag?

h1

400

What is the purpose of the <link> tag? 

Links the HTML to the CSS

400

What are the five values of the font family property?

Serif, Sans-serif, Cursive, Fantasy, Monospace

400

What are the attributes of the <link> tag? 

REL & HREF

500

What does br stand for? 

Line Break

500

What are the attributes of an image tag?

SRC & ALT

500

What is the purpose of the <head> tag?

Contains data about data - metadata

500

What are the three values of the text-decoration property?

underline, overline, line-through

500

What rule-set in CSS styles the entire webpage?

Body
M
e
n
u