Getting Started Flashcards

1
Q

What version of HTML introduced CSS?

A

4.0

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

In what year was CSS introduced to the web?

A

1996

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

CSS _____ is the official complete web standard.

A

2.1

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

What are the 3 different sources style sheets can have? Lowest to highest priority?

A

user agent styles (browser), user styles (viewer), author styles (maker)

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

What are the 3 main steps the cascade follows to determine what properties are assigned to an element?

A

importance, specificity, source order

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

The _____ attribute specifies the relationship between the current document and the linked document.

A

rel

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

What are 3 methods we can use to apply CSS to a page?

A

inline styles, internal styles, external styles

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

With a(n) _____ stylesheet we can change the look of an entire site with just one file.

A

external

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

Y/N: Are internal styles required to be downloaded by the browser each time a page loads?

A

Yes

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

What method allows us to bring one or more stylesheets into another stylesheet?

A

@import

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