CSS Flashcards

1
Q

what is css

A

a style sheet language that is used to style webpages

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

what is a css rule or rule set

A

a statement that tells browsers how to render particular elements on an web page

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

what is css used for

A

styling web pages

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

what file extension does a css file have

A

.css

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

what is an inline style sheet

A

styles that are embedded right within the html code they affect

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

what is an internal style sheet

A

styles that are placed within the header information of the web page, and then affect all corresponding tags on a single page

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

what is an external style sheet

A

styles that are coded in a separate document

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

what is a css ruleset

A

a set of declarations

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

what is a css declaration

A

a property and value pair

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

what is a declaration enclosed in

A

curly braces

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

what separates a css property and value in a declaration

A

a colon

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

what ends a css declaration

A

a semicolon

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

what is css padding

A

the space between the content of the element and its border

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

what is css margin

A

the space outside an elements border

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

what three different ways can colour in css be represented

A

rgb, hex code, hsl and keywords

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

what does the ‘alpha’ element represent in css colour notation

A

the transparency of a colour

17
Q

what is the css cascade

A

an algorithm defining how to combine properties values originating from different sources