CSS (Week 1) Flashcards
1
Q
CSS
A
Cascading Style Sheets
2
Q
HTML Element
A
A building block that makes up the structure of a web page
3
Q
id / class
A
Attributes on HTML elements that allow us to identify elements in our CSS
4
Q
Property
A
The name of a style property of an HTML element (color, border, etc)
5
Q
Value
A
The value is paired with a given style property
6
Q
Declaration
A
A property/value pair within a CSS rule
7
Q
Declaration blocks
A
Multiple declarations
8
Q
Selector
A
Used to target HTML elements on our web pages that we want to style
9
Q
Rule
A
Selector(s) and a declaration block come together to create a rule