CSS Flashcards
1
Q
Define CSS
A
- Cascading Style Sheets
2
Q
What is CSS?
A
- Rules that define how browsers will present HTML
3
Q
Where does CSS go?
A
- Best practice is to link to separate stylesheet file(s)
- Can also style in-line in html doc OR ___
4
Q
What is the syntax of CSS?
A
__
5
Q
What are the most common CSS selectors?
A
- Class: styles any element from x class
- ID: only one element
- -
6
Q
Link to project & walkthrough + refactor
A
______