html css Flashcards

quiz on css tags and options

1
Q

property for text colors

A

color

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

property for text fonts

A

font-family

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

property for text sizes

A

font-size

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

property for borders

A

border

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

property for space inside the border

A

padding

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

property for space outside the border

A

margin

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

element to define internal CSS

A

<style>

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

element to refer to an external CSS file

A

<link></link>

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

element to store <style> and <link></link> elements</style>

A

<head>
</head>

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