Computing Science WDD (CSS) Flashcards

1
Q

What tags are required to create an internal stylesheet?

A

Style Tags

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

What tag do you use to link an external stylesheet?

A

link Tag

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

What property will be required to change the type of font?

A

font-family

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

What symbol do you put at the end of every line in a CSS rule?

A

; - Semicolon

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

What is the selector?

h1 { font-size: 26px; text-align: center; }

A

h1

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

CSS stands for what?

A

Cascading Style Sheets

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

What are image sizes and font sizes most commonly measured in?

A

px - Pixels

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

What is this tag used for?

div

A

It is used for dividing text into parts that certain properties must be applied to.

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

What happens when this state is active?

a:active

A

The link you clicked will apply certain properties as specified.

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

What does “text-decoration” do?

A

Can be used to underline and overline text.

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