IT 250 Final HTML 4 – Flashcards
Unlock all answers in this set
Unlock answersquestion
The CSS box model is composed of a series of concentric boxes containing _____.
answer
element content
question
Each browser's _____ style sheet sets the margins around block elements such as paragraphs and headings.
answer
internal
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 screen resolution.
answer
fixed layout
question
Border widths can be expressed using the keywords _____, medium, or thick.
answer
thin
question
The other important difference in style values is that the _____ extension separates horizontal and vertical radii with a space rather than a slash.
answer
WebKit
question
A _____ background image can be used to create a watermark effect, in which a subtle, often translucent graphic is displayed behind elements to mimc the watermarks found on some specialized stationery.
answer
fixed
question
Unlike _____, outlines can be non-regular in shape.
answer
borders
question
To apply the styles to every element nested within the body element, the style rule uses a(n) _____ selector.
answer
asterisk
question
The _____ process repeats the image in both the vertical and horizontal directions until the entire background is filled.
answer
tiling
question
_____ allows you to specify multiple images and their properties in a comma-separated list.
answer
CSS
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.
answer
cover
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.
answer
h1 {margin: 10px 20px;}
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.
answer
floating
question
If you enter only one value for border-radius properly, that radius is applied to _____ corner(s).
answer
all four
question
The width taken up by an element is calculated as _____.
answer
total width = content width + padding + border width
question
The style _____ places a double border above and below the element, and a single border on the element's left and right edges.
answer
border-style-top: double single;
question
The weight of each element will be inherited from its _____.
answer
parent
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.
answer
display
question
The _____ keyword allows the browser to set the background image automatically based on the size of the image in the image file.
answer
auto
question
Some designers propose the use of _____, in which all measurements are expressed relative to the default font size using the em unit.
answer
elastic layouts
question
The display type value treated as a block placed in line within another block is _____.
answer
inline-block
question
The current versions of both Firefox and Safari have adopted the _____ standard.
answer
CSS3
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.
answer
resetting
question
As with the margin property, you can specify any or all of the _____ padding values.
answer
four
question
What is the value of the list-style that will cause no marker to be displayed?
answer
none
question
Ken has built a Web site for his homework assignment. He has his links for each chapter appear on the page with a blue background image behind each link. Ken has each link appear as green with no underline marks.
Ken would like the background of his links to change to lightblue.jpg when the mouse pointer is over the link. Which style will he need to modify?
answer
a:hover
question
If you enter three values for border width, the values are applied in the order of _____.
answer
top, left/right, and bottom borders
question
A(n) _____ is a line drawn around an element, but does not add to the total space allotted to an element.
answer
outline
question
Ken has built a Web site for his homework assignment. He has his links for each chapter appear on the page with a blue background image behind each link. Ken has each link appear as green with no underline marks.
Ken must have used which style to make the underline not appear for links?
answer
text-decoration
question
The _____ property defines whether background-position values refer to the content box, the padding box, or the border box.
answer
background-clip