Deck 4: Creating Page Layouts with CSS

Full screen (f)
exit full mode
Question
If you enter only one value for the border-radius property,that radius is applied to only one corner.
Use Space or
up arrow
down arrow
to flip the card.
Question
The white-space property defines how browsers should handle white space in the rendered document.
Question
Blocks occupy a defined rectangular area within a page.
Question
By default a background image moves along with the element content as a user scrolls through the page.
Question
Rhythm is the ability to combine different design elements into a cohesive whole.
Question
A popular design element is the drop cap,which consists of an enlarged initial letter in a body of text that drops down into the text body.
Question
Web page layouts fall into three general categories: fixed,fluid,and elastic.
Question
In relative positioning,browsers place an element based on where it would naturally flow within the document.
Question
Setting padding is similar to setting margins.
Question
The current version of both Firefox and Safari have adopted the CSS3 standard.
Question
CSS specifications can be identified through the use of a vendor suffix,which indicates the browser vendor that created and supports the property.
Question
An element placed with absolute or relative positioning scrolls with the document content.
Question
Few designers create a reset style sheet to define their default styles.
Question
When browsers render an element with multiple backgrounds,the images that are listed last are the first ones loaded.
Question
Unlike borders,outlines also can be non-rectangular in shape.
Question
Setting the display style to "none" hides an element but does not remove it from the page flow.
Question
Browsers will render a border correctly only if the order is specified as width,style,and color values.
Question
A parent element is positioned within its child element in the Web page.
Question
Users find it easier to scan content when page elements are aligned vertically and horizontally.
Question
Tiling is when a browser loads a background image,then repeats the image in both the vertical and horizontal directions until the entire background is filled.
Question
Scroll bars for overflow content are usually placed horizontally so that you scroll down to view the extra content._________________________
Question
Elastic layouts are measurements expressed relative to the default font size using the em unit._________________________
Question
The open-space property defines how browsers should handle white space in the rendered document._________________________
Question
  The item marked 4 in the accompanying figure represents the scroll value of the overflow property._________________________<div style=padding-top: 35px>
The item marked 4 in the accompanying figure represents the scroll value of the overflow property._________________________
Question
Relative positioning places an element at specific coordinates either in the page or within a container element._________________________
Question
Older browser versions might not support the current CSS1 specifications,but might support one of the browser extensions._________________________
Question
The contain keyword tells browsers to scale the image so that all of the image is completely contained within the element._________________________
Question
Stacking an element takes that element out of the normal flow of the document and positions it along the left or right edge of its containing element._________________________
Question
Rounded and square corners do not clip element content._________________________
Question
  The item marked 2 in the accompanying figure represents the hidden value of the overflow property._________________________<div style=padding-top: 35px>
The item marked 2 in the accompanying figure represents the hidden value of the overflow property._________________________
Question
Percentages usually are based on the size of the container element._________________________
Question
The display type value treated as a block placed in line within another block is ____.

A) inherit
B) list-item
C) inline-block
D) none
Question
The CSS box model is composed of a series of concentric boxes containing ____.

A) element content
B) cushion
C) gutters
D) frames
Question
A(n)fluid layout is one in which the size of the Web page and the size of the elements within it are set without regard to the screen resolution._________________________
Question
The z-index property stacks overlapping objects with the highest z-index value on top of the others._________________________
Question
The ____ contains the content and padding as well as the box border.

A) border box
B) padding box
C) content box
D) margin
Question
The style border-style-bottom: double single; places a double border above and below the element,and a single border on the element's left and right edges._________________________
Question
  The item marked 1 in the accompanying figure represents the visible value of the overflow property._________________________<div style=padding-top: 35px>
The item marked 1 in the accompanying figure represents the visible value of the overflow property._________________________
Question
The size and appearance of the four sections of the CSS box model control how an element is displayed by browsers and play an important role in determining page ____.

A) margins
B) content
C) layout
D) design
Question
The display type value ____ is displayed as a block unless its sibling is also a block,in which case it is displayed in line,essentially combining the two blocks into one.

A) block
B) run-in
C) none
D) inline
Question
Each browser's ____ style sheet sets the margins around block elements such as paragraphs and headings.

A) internal
B) external
C) attached
D) single
Question
The weight of each element will be inherited from its ____.

A) child
B) parent
C) sibling
D) heir
Question
Browser extensions that are not part of the official CSS specifications can be identified through the use of a ____ that indicates the browser vendor that created and supports the property.

A) customer prefix
B) customer suffix
C) vendor prefix
D) vendor suffix
Question
____ the styles allows the designer to start from a known baseline,confident that no unwanted styles will creep in from any browser's internal style sheet.

A) Rebooting
B) Resetting
C) Redesigning
D) Reusing
Question
____ an element takes that element out of the normal flow of the document and positions it along the left or right edge of its containing element.

A) Fixing
B) Floating
C) Designing
D) Drawing
Question
The ____ property defines whether background-position values refer to the content box,the padding box,or the border box.

A) background
B) background-origin
C) background-clip
D) background-size
Question
A ____ defines the size of the page and its elements as a percentage of the screen width,meaning that a Web page and its elements are wider on a wider screen.

A) fixed layout
B) standard layout
C) fluid layout
D) water layout
Question
If images overlap,the ____ images listed appear on top of subsequent images.

A) second
B) first
C) last
D) later
Question
To apply the styles to every element nested within the body element,the style rule uses a(n)____ selector.

A) dash
B) ampersand
C) asterisk
D) quote
Question
____ allows you to specify multiple images and their properties in a comma-separated list.

A) CSS
B) CCS
C) CSSX
D) CCS1
Question
Some designers propose the use of ____,in which all measurements are expressed relative to the default font size using the em unit.

A) liquid layouts
B) fixed layouts
C) fluid layouts
D) elastic layouts
Question
WebKit,Mozilla,and Presto support similar extensions that mirror the ____ background-size and background-clip properties.

A) CSS
B) CSS1
C) CSS2
D) CSS3
Question
A ____ is one in which the size of the Web page and the size of the elements within it are set without regard to the screen resolution.

A) fluid layout
B) fixed layout
C) liquid layout
D) stationary layout
Question
By default,browsers place the background image in the element's ____ corner.

A) upper-left
B) lower-left
C) upper-right
D) lower-right
Question
The style rule ____ applies a 10-pixel margin above and below every h1 element,and a 20-pixel margin to the left and right.

A) h1 {margin: 20px 20px;}
B) h1 {margin: 20px 10px;}
C) h2 {margin: 10px 20px;}
D) h1 {margin: 10px 20px;}
Question
A ____ background image can be used to create a watermark effect,in which a subtle,often translucent graphic is displayed behind elements to mimic the watermarks found on some specialized stationery.

A) flexible
B) transparent
C) rigid
D) fixed
Question
As with the margin property,you can specify any or all of the ____ padding values.

A) two
B) four
C) one
D) three
Question
The ____ process repeats the image in both the vertical and horizontal directions until the entire background is filled.

A) paper
B) paint
C) tiling
D) pasting
Question
The ____ keyword tells the browser to scale the image in order to cover all the background while still retaining the proportions of the image.

A) contain
B) content
C) auto
D) cover
Question
The ____ keyword allows the browser to set the background image automatically based on the size of the image in the image file.

A) cover
B) content
C) contain
D) auto
Question
____ places an element at specific coordinates either in the page or within a container element.

A) Absolute positioning
B) Relative positioning
C) Static positioning
D) Inherit positioning
Question
A(n)____ is a line drawn around an element,but does not add to the toal space allotted to an element.

A) border
B) margin
C) outline
D) inline
Question
Border widths can be expressed using the keywords ____,medium,or thick.

A) thin
B) auto
C) average
D) slim
Question
The ____ model also allows designers to create elongated or elliptical corners by specifying two values for the radius,separated by a slash.

A) CSS rectangle-corner
B) CSS oval-corner
C) CSS square-corner
D) CSS rounded-corner
Question
Rounded corners were first introduced in both the WebKit and ____ browser extensions.

A) Internet Explorer
B) Safari
C) Mozilla
D) FireFox
Question
If you enter three values for border width,the values are applied in the order of ____.

A) top, left/right, and bottom borders
B) left/right, top and bottom borders
C) top and bottom borders, left/right
D) bottom and top borders, left/right
Question
Browsers ignore any values specified for the left or top properties under ____ positioning.

A) absolute
B) static
C) fixed
D) inherited
Question
The current versions of both Firefox and Safari have adopted the ____ standard.

A) CSS3
B) CSSX
C) CSS2
D) CSS1
Question
One trick for vertically centering a block element is to use the display property to make the element into a(n)____ element.

A) boxed
B) inline
C) run-in
D) inherit
Question
To set the border width,use the property ____.

A) border-width: width;
B) border-width: color;
C) border-width: style;
D) border-width: color style;
Question
The outline design style that creates the effect of an outline raised from the page is ____.

A) groove
B) solid
C) ridge
D) double
Question
To create an elongated bottom-left corner,you could apply the style ____,which would set the horizontal radius of the bottom-left corner to 150 pixels and the vertical radius to 80 pixels.

A) border-bottom-left-radius: 150px 80px;
B) border-bottom-left-radius: 80px 80px;
C) border-bottom-left-radius: 150px 150px;
D) border-bottom-left-radius: 80px 150px;
Question
If you enter only one value for border-radius properly,that radius is applied to ____ corner(s).

A) the top-left and bottom-right
B) the top-right and bottom-left
C) all four
D) the top-left
Question
The other important difference in style values is that the ____ extension separates horizontal and vertical radii with a space rather than a slash.

A) Mozilla
B) CSS3
C) WebKit
D) Internet Explorer
Question
____ is used to move an element relative to where the browser would have placed it if no positioning had been applied.

A) Absolute positioning
B) Relative positioning
C) Static Positioning
D) Fixed Positioning
Question
The style ____ places a double border above and below the element,and a single border on the element's left and right edges.

A) border-style-top: double single;
B) border-style-bottom: double single;
C) border-style-right: double single;
D) border-style-left: double single;
Question
What is the value of the list-style style that will cause no marker to be displayed?

A) empty
B) null
C) void
D) none
Question
The width taken up by an element is calculated as ____.

A) total width = content width + padding + border width
B) total width = content width + padding
C) total width = padding + border width
D) total width = content width + border width
Question
To extend the bottom border of a hyperlink across the complete width of a navigation list,change the ____ property of each hyperlink to block.

A) block
B) display
C) border-display
D) auto
Question
Unlike ____,outlines can be non-regular in shape.

A) margins
B) borders
C) boxes
D) shapes
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/138
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: Creating Page Layouts with CSS
1
If you enter only one value for the border-radius property,that radius is applied to only one corner.
False
2
The white-space property defines how browsers should handle white space in the rendered document.
True
3
Blocks occupy a defined rectangular area within a page.
True
4
By default a background image moves along with the element content as a user scrolls through the page.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
5
Rhythm is the ability to combine different design elements into a cohesive whole.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
6
A popular design element is the drop cap,which consists of an enlarged initial letter in a body of text that drops down into the text body.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
7
Web page layouts fall into three general categories: fixed,fluid,and elastic.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
8
In relative positioning,browsers place an element based on where it would naturally flow within the document.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
9
Setting padding is similar to setting margins.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
10
The current version of both Firefox and Safari have adopted the CSS3 standard.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
11
CSS specifications can be identified through the use of a vendor suffix,which indicates the browser vendor that created and supports the property.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
12
An element placed with absolute or relative positioning scrolls with the document content.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
13
Few designers create a reset style sheet to define their default styles.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
14
When browsers render an element with multiple backgrounds,the images that are listed last are the first ones loaded.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
15
Unlike borders,outlines also can be non-rectangular in shape.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
16
Setting the display style to "none" hides an element but does not remove it from the page flow.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
17
Browsers will render a border correctly only if the order is specified as width,style,and color values.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
18
A parent element is positioned within its child element in the Web page.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
19
Users find it easier to scan content when page elements are aligned vertically and horizontally.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
20
Tiling is when a browser loads a background image,then repeats the image in both the vertical and horizontal directions until the entire background is filled.
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
21
Scroll bars for overflow content are usually placed horizontally so that you scroll down to view the extra content._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
22
Elastic layouts are measurements expressed relative to the default font size using the em unit._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
23
The open-space property defines how browsers should handle white space in the rendered document._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
24
  The item marked 4 in the accompanying figure represents the scroll value of the overflow property._________________________
The item marked 4 in the accompanying figure represents the scroll value of the overflow property._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
25
Relative positioning places an element at specific coordinates either in the page or within a container element._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
26
Older browser versions might not support the current CSS1 specifications,but might support one of the browser extensions._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
27
The contain keyword tells browsers to scale the image so that all of the image is completely contained within the element._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
28
Stacking an element takes that element out of the normal flow of the document and positions it along the left or right edge of its containing element._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
29
Rounded and square corners do not clip element content._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
30
  The item marked 2 in the accompanying figure represents the hidden value of the overflow property._________________________
The item marked 2 in the accompanying figure represents the hidden value of the overflow property._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
31
Percentages usually are based on the size of the container element._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
32
The display type value treated as a block placed in line within another block is ____.

A) inherit
B) list-item
C) inline-block
D) none
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
33
The CSS box model is composed of a series of concentric boxes containing ____.

A) element content
B) cushion
C) gutters
D) frames
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
34
A(n)fluid layout is one in which the size of the Web page and the size of the elements within it are set without regard to the screen resolution._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
35
The z-index property stacks overlapping objects with the highest z-index value on top of the others._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
36
The ____ contains the content and padding as well as the box border.

A) border box
B) padding box
C) content box
D) margin
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
37
The style border-style-bottom: double single; places a double border above and below the element,and a single border on the element's left and right edges._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
38
  The item marked 1 in the accompanying figure represents the visible value of the overflow property._________________________
The item marked 1 in the accompanying figure represents the visible value of the overflow property._________________________
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
39
The size and appearance of the four sections of the CSS box model control how an element is displayed by browsers and play an important role in determining page ____.

A) margins
B) content
C) layout
D) design
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
40
The display type value ____ is displayed as a block unless its sibling is also a block,in which case it is displayed in line,essentially combining the two blocks into one.

A) block
B) run-in
C) none
D) inline
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
41
Each browser's ____ style sheet sets the margins around block elements such as paragraphs and headings.

A) internal
B) external
C) attached
D) single
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
42
The weight of each element will be inherited from its ____.

A) child
B) parent
C) sibling
D) heir
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
43
Browser extensions that are not part of the official CSS specifications can be identified through the use of a ____ that indicates the browser vendor that created and supports the property.

A) customer prefix
B) customer suffix
C) vendor prefix
D) vendor suffix
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
44
____ the styles allows the designer to start from a known baseline,confident that no unwanted styles will creep in from any browser's internal style sheet.

A) Rebooting
B) Resetting
C) Redesigning
D) Reusing
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
45
____ an element takes that element out of the normal flow of the document and positions it along the left or right edge of its containing element.

A) Fixing
B) Floating
C) Designing
D) Drawing
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
46
The ____ property defines whether background-position values refer to the content box,the padding box,or the border box.

A) background
B) background-origin
C) background-clip
D) background-size
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
47
A ____ defines the size of the page and its elements as a percentage of the screen width,meaning that a Web page and its elements are wider on a wider screen.

A) fixed layout
B) standard layout
C) fluid layout
D) water layout
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
48
If images overlap,the ____ images listed appear on top of subsequent images.

A) second
B) first
C) last
D) later
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
49
To apply the styles to every element nested within the body element,the style rule uses a(n)____ selector.

A) dash
B) ampersand
C) asterisk
D) quote
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
50
____ allows you to specify multiple images and their properties in a comma-separated list.

A) CSS
B) CCS
C) CSSX
D) CCS1
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
51
Some designers propose the use of ____,in which all measurements are expressed relative to the default font size using the em unit.

A) liquid layouts
B) fixed layouts
C) fluid layouts
D) elastic layouts
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
52
WebKit,Mozilla,and Presto support similar extensions that mirror the ____ background-size and background-clip properties.

A) CSS
B) CSS1
C) CSS2
D) CSS3
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
53
A ____ is one in which the size of the Web page and the size of the elements within it are set without regard to the screen resolution.

A) fluid layout
B) fixed layout
C) liquid layout
D) stationary layout
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
54
By default,browsers place the background image in the element's ____ corner.

A) upper-left
B) lower-left
C) upper-right
D) lower-right
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
55
The style rule ____ applies a 10-pixel margin above and below every h1 element,and a 20-pixel margin to the left and right.

A) h1 {margin: 20px 20px;}
B) h1 {margin: 20px 10px;}
C) h2 {margin: 10px 20px;}
D) h1 {margin: 10px 20px;}
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
56
A ____ background image can be used to create a watermark effect,in which a subtle,often translucent graphic is displayed behind elements to mimic the watermarks found on some specialized stationery.

A) flexible
B) transparent
C) rigid
D) fixed
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
57
As with the margin property,you can specify any or all of the ____ padding values.

A) two
B) four
C) one
D) three
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
58
The ____ process repeats the image in both the vertical and horizontal directions until the entire background is filled.

A) paper
B) paint
C) tiling
D) pasting
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
59
The ____ keyword tells the browser to scale the image in order to cover all the background while still retaining the proportions of the image.

A) contain
B) content
C) auto
D) cover
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
60
The ____ keyword allows the browser to set the background image automatically based on the size of the image in the image file.

A) cover
B) content
C) contain
D) auto
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
61
____ places an element at specific coordinates either in the page or within a container element.

A) Absolute positioning
B) Relative positioning
C) Static positioning
D) Inherit positioning
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
62
A(n)____ is a line drawn around an element,but does not add to the toal space allotted to an element.

A) border
B) margin
C) outline
D) inline
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
63
Border widths can be expressed using the keywords ____,medium,or thick.

A) thin
B) auto
C) average
D) slim
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
64
The ____ model also allows designers to create elongated or elliptical corners by specifying two values for the radius,separated by a slash.

A) CSS rectangle-corner
B) CSS oval-corner
C) CSS square-corner
D) CSS rounded-corner
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
65
Rounded corners were first introduced in both the WebKit and ____ browser extensions.

A) Internet Explorer
B) Safari
C) Mozilla
D) FireFox
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
66
If you enter three values for border width,the values are applied in the order of ____.

A) top, left/right, and bottom borders
B) left/right, top and bottom borders
C) top and bottom borders, left/right
D) bottom and top borders, left/right
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
67
Browsers ignore any values specified for the left or top properties under ____ positioning.

A) absolute
B) static
C) fixed
D) inherited
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
68
The current versions of both Firefox and Safari have adopted the ____ standard.

A) CSS3
B) CSSX
C) CSS2
D) CSS1
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
69
One trick for vertically centering a block element is to use the display property to make the element into a(n)____ element.

A) boxed
B) inline
C) run-in
D) inherit
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
70
To set the border width,use the property ____.

A) border-width: width;
B) border-width: color;
C) border-width: style;
D) border-width: color style;
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
71
The outline design style that creates the effect of an outline raised from the page is ____.

A) groove
B) solid
C) ridge
D) double
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
72
To create an elongated bottom-left corner,you could apply the style ____,which would set the horizontal radius of the bottom-left corner to 150 pixels and the vertical radius to 80 pixels.

A) border-bottom-left-radius: 150px 80px;
B) border-bottom-left-radius: 80px 80px;
C) border-bottom-left-radius: 150px 150px;
D) border-bottom-left-radius: 80px 150px;
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
73
If you enter only one value for border-radius properly,that radius is applied to ____ corner(s).

A) the top-left and bottom-right
B) the top-right and bottom-left
C) all four
D) the top-left
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
74
The other important difference in style values is that the ____ extension separates horizontal and vertical radii with a space rather than a slash.

A) Mozilla
B) CSS3
C) WebKit
D) Internet Explorer
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
75
____ is used to move an element relative to where the browser would have placed it if no positioning had been applied.

A) Absolute positioning
B) Relative positioning
C) Static Positioning
D) Fixed Positioning
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
76
The style ____ places a double border above and below the element,and a single border on the element's left and right edges.

A) border-style-top: double single;
B) border-style-bottom: double single;
C) border-style-right: double single;
D) border-style-left: double single;
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
77
What is the value of the list-style style that will cause no marker to be displayed?

A) empty
B) null
C) void
D) none
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
78
The width taken up by an element is calculated as ____.

A) total width = content width + padding + border width
B) total width = content width + padding
C) total width = padding + border width
D) total width = content width + border width
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
79
To extend the bottom border of a hyperlink across the complete width of a navigation list,change the ____ property of each hyperlink to block.

A) block
B) display
C) border-display
D) auto
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
80
Unlike ____,outlines can be non-regular in shape.

A) margins
B) borders
C) boxes
D) shapes
Unlock Deck
Unlock for access to all 138 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 138 flashcards in this deck.