CSS (Week 1) Flashcards

1
Q

CSS

A

Cascading Style Sheets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

HTML Element

A

A building block that makes up the structure of a web page

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

id / class

A

Attributes on HTML elements that allow us to identify elements in our CSS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Property

A

The name of a style property of an HTML element (color, border, etc)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Value

A

The value is paired with a given style property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Declaration

A

A property/value pair within a CSS rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Declaration blocks

A

Multiple declarations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Selector

A

Used to target HTML elements on our web pages that we want to style

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Rule

A

Selector(s) and a declaration block come together to create a rule

How well did you know this?
1
Not at all
2
3
4
5
Perfectly