Review Cards: Void Elements

Q1. What does HTML actually stand for?

A1. Hypertext Makeup Language

Q2. What do elements do?

A2. establish a website's readability and visual hierarchy.

Q3. What does an HTML attribute do?

A3. provide additional info about elements in HTML

Q4. What does CSS stand for?

Q4. Cascading Style Sheets

Q5. Why is a closing tag different than an opening tag?

A5. where this tag has a "/, whereas an opening tag does not

Q6. What tag is used for an image?

A6. <"img">

Q7. What two tags always starts a document in code?

Q7.<"body"><"body"><"html" <"head">

Q8. What's another name for HTML's DOCTYPE?

A8. a "skinny doctype" because of its barebones code.