USING EXTERNAL SHEET AND SELECTORS Flashcards

1
Q

Can assist in applying the styles of a website by using one file

A

External Style sheets

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

What is the syntax to group selectors

A

selector, selector, etc {property: value;}

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

It is another option to use to apply the same style

A

Class

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

What is the syntax of a class

A

.className{property: value;}

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

When we want a specific element within a page to have it own unique style

A

ID Selector

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

What is the syntax of a ID selector

A

idName {property: value}

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