Lesson 4 Flashcards

1
Q

Absolute Positioning

A

When an element is removed from its position within the body of a document and placed in a specific position in the display. The top and right hand sides, for example.

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

Block Flow

A

Fills as much width as is available.

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

Bounding Box

A

A small rectangle that fits all of the word(s) along with the background. CSS styling is expressed in terms of this box

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

Cascading Style Sheet (CSS)

A

A language that defines the style of the HTML elements.

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

Class

A

An attribute a web author uses to structure a document with better elements such as paragraph, header, and so on.

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

Declaration

A

The style for a specific selector.

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

Float Positioning

A

A useful document type that is in columns, at least in part.

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

Font

A

A set of characters of a particular size and style.

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

Font-Family Property

A

Can declare a specific font-family such as Garamond, Arial, etc.

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

Hidden Overflow

A

Makes overflow invisible.

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

Inline Flow

A

Fills only as much width as required.

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

Monospace

A

Technical material such as formulas, numbers, codes, and so on.

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

Rules

A

A sequence of style specifications.

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

San Serif

A

A font style drawn without serifs, such as Arial font.

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

Scrolling Overflow

A

When an element overflows its box, and its overflow is set to scroll.

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

Selector

A

Usually the HTML element you want to style.replaces the placeholder text.

17
Q

Visible Overflow

A

Writes over the content that follows it.