Tutorial 3 Flashcards

1
Q

The exact order in which external style sheets and embedded style sheets are processed
by the browser depends on the order in which they are listed within the HTML file.

A

True

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

The first style sheet interpreted by the browser is the one built in to the browser itself.

A

True

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

Styles set by the author of a Web page and stored in an internal style sheet are loaded
after internal and user-defined style sheets.

A

False

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

Web pages are unstructured documents in which elements are nested within other elements,
forming a hierarchy of elements.

A

False

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

The second version of CSS, CSS2, was introduced in 1998, expanding the language to provide styles to _________.

A

position elements at specific locations on a page

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

An external style sheet is included by adding the link element

to the document head, where ______is the URL of the external style sheet file.

A

url

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

The style sheet rules in a(n) ________ style sheet take precedence over any rules set in the browser’s internal style sheet or in a user-defined style sheet.

A

external

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

The ______ statement must always come before any other style rules in the style
sheet.

A

@import

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

The @import rule has the same impact as adding multiple ____ elements to the
HTML file.

A

link

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

If two style rules have equal specificity, and thus equal importance, then the one that is defined _____ in the style sheet is the one used.

A

last

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

An additional factor in applying a style sheet is that properties are passed from a parent
element to its children in a process known as __________.

A

style inheritance

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

Many Web browsers now include _______ tools to allow page designers to
track each style back to its source.

A

developer

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

Yellow has the triplet ____.

A

(255, 255, 0)

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

CSS allows RGB values to be entered as ____.

A

hexadecimals

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

In the hexadecimal system, 16 is expressed as ____.

A

10

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

CSS supports the ___ basic color names.

A

16

17
Q

Browsers recognize five ____ font groups.

A

generic

18
Q

If you use a hexadecimal value for a color, you preface the hexadecimal string with a(n) ____.

A

pound symbol

19
Q

CSS supports styles to define both the text and ______ color for each element on your page.

A

background

20
Q

To set the foreground or text color of an element, use the following property:

A

color: color;

21
Q

If an element contains 12pt text, a length of 2em equals ____.

A

24pts

22
Q

A(n) ____ represents a single dot on the output device.

A

pixel

23
Q

____ is the tint of the color and is based on the color’s location on the color
wheel.

A

Hue

24
Q

_____ defines how much of the colors below the surface of the current object show through to affect its appearance.

A

Opacity

25
Q

A technique known as ______ enhancement places code conforming to older
standards before newer properties.

A

progressive

26
Q

The default unit of length for kerning and tracking is the ____.

A

pixel

27
Q

____ is the space between lines of text.

A

Leading

28
Q

Extending the first line of text to the left of the text block creates a ____ indent.

A

hanging