Web Tech Chapter Six
Use the ________________ property to confine the display of the background image. Question options: background-image background-clip background-origin background-size
background-clip
Use the _______ property to configure a linear gradient. Question options: linear-gradient background-color background-image opacity
background-image
Use the ___________________ property to resize or scale the background image. Question options: background-image background-clip background-origin background-size
background-size
The _______ is between the padding and the margin. Question options: border spacing padding content
border
Use the ________________ property to configure rounded corners with CSS. Question options: border-round border-radius box-shadow background-corner
border-radius
When using the box model, the _____ is always transparent. Question options: border content spacing margin
margin
Which of the following, from outermost to innermost, are components of the box model? Question options: margin, border, padding, content content, padding, border, margin content, margin, padding, border margin, padding, border, content
margin, border, padding, content
The _______ is the area between the content and the border. Question options: border spacing padding margin
padding
When configuring the background color of an element, the background color is applied to both the content and ______ areas. Question options: border padding margin extra
padding
Which of the following configures padding for an element with the following values: top padding 0 pixels, left padding 10 pixels, right padding 10 pixels, bottom padding 20px? Question options: padding: 0px 10px 20px 10px; padding: 0 10px 20px 10px; padding: 10xp 20px; padding: 20px 10px 10px 0px;
padding: 0 10px 20px 10px;
The ___________________ property configures a shadow effect on the text displayed within an element. Question options: box-shadow linear-gradient text-shadow shadow
text-shadow
Which of the following is NOT a valid value for the border-style property? Question options: dashed groove solid triple
triple
The CSS3 _______ property configures the transparency of an element. Question options: opacity transparency background-opacity opacity-background
opacity
The default value for the border property for an element is: Question options: 1 pixel 0 pixels 3 pixels 10 pixels
0
A border can be configured on only one side of an element. Question options: True False
False
HSL color is supported by all browsers. Question options: True False
False
A radial gradient is a smooth blending of color emanating outward from a single Point. Question options: True False
True
Which of the following configures a 1 pixel, solid black border for an element? Question options: border-all: #000000; border: 1px solid #000000; border-style: 1px solid #000000; border-top: 1px solid #000000;
border: 1px solid #000000;
The CSS opacity property configures the display of _____________ Question options: only the background only the text neither the text or the background both the text and the background
both the text and the background
A _________________ is a smooth blending of shades from one color to another. Question options: transition transform shadow gradient
gradient
Which of the following is used along with the width property to configure centered page content? Question options: margin-left: auto; margin-right: auto margin: top-10, left-0, right-0, bottom-10; margin: 15px 0 5px 0; margin: 20px;
margin-left: auto; margin-right: auto
Which of the following configures a margin for an element with the following values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels? Question options: margin: 150px 20px 0 300px; margin: top-30, left-150, right-0, bottom-0; margin: 30px 0 0 150px; margin: 30px 150px 0 0;
margin: 30px 0 0 150px;
Use the __________ property to configure a maximum width for an element Question options: width maximum-width max-width width-max
max-width
Use the __________ property to configure a minimum width for an element Question options: width minimum-width min-width m-width
min-width