NEW
Font size
WorksheetsHTML Unit D Review
Total questions: 25
Worksheet time: 20mins
CSS represents the characteristics of every web page element using the ____ model, which treats each element as a rectangular box having several global properties.
box
rectangle
element
CSS
A CSS unit of measure equal to approximately 1/96 of an inch is a(n) ________ .
em
px
%
rem
The ____ properties all create space around the contents of a web page element.
padding
border
margin
All of these
____ is the space outside the border between the border and adjacent or parent elements.
Margin
Padding
Border
Framing
The box model supports a separate property for each side for ____, such as padding-top or margin-left.
padding
margin
Both of these
Neither of these
CSS lets you specify the exact position of an element on a web page using the ____ property.
ruler
grid
position
location
You can make adjustments to the default position of an element while preserving the space allotted to the element in the default page flow. This technique is known as ____ positioning.
standard
flexible
relative
absolute
The CSS relative positioning property called ____ moves the element the specified distance from the top edge of the closest ancestor element that is also positioned; the default value, 0, leaves the element in its original vertical position.
edge
top
upper
bottom
The CSS property of left can have a value in em, pixels, or percent of the ____.
width of the browser element
height of the browser element
width of the child element
height of the child element
The CSS property of top can have a value in em, pixels,or percent of the ____.
width of the browser element
height of the browser element
width of the child element
height of the child element
When the CSS property of position is set to ____ it moves the element relative to its original position and allows other elements to flow into the space that the absolutely positioned element would have otherwise occupied.
relative
absolute
left
right
By creating a fluid layout, which is also known as a(n) ____ layout, you give your Web page the flexibility to adjust its width based on the width of a user’s browser window while still maintaining your intended layout.
liquid
water
unstructured
flexible
The specfication "_____" is a relative unit that represents the current font size.
m
em
mem
me
Kamilla is creating a pet adoption website, and is currently learning about her options using the position property.
Kamilla discovers that although there are several options for the position property, ____ is not one of them.
absolute
fixed
relative
float
Kamilla is creating a pet adoption website, and is currently learning about her options using the position property.
If Kamilla wants an element to remain in the same location in a browser window, even as the user scrolls through the Web page, she would use the ____ position property.
absolute
fixed
relative
float
Referring to the figure attached, letter c indicates element ____.
padding
border
margin
content
Referring to the figure attached, letter d indicates element ____.
padding
border
margin
content
Referring to the figure attached, letter e indicates element ____.
padding
border
margin
content
Referring to the figure attached, the minimum width for the element is ____.
44em
60em
0
You cannot tell from the figure
Referring to the figure attached, the maximum width for the element is ____.
44em
60em
0
You cannot tell from the figure
Referring to the figure above, to achieve the page flow shown on the left, the elements use the default arrangement known as ______.
static flow
fluid flow
normal flow
default flow
Referring to the figure attached, to achieve the page flow shown on the right, you would use _____ .
float: left
float: right
float: clear
float: none
Referring to the figure attached, the fact that the Web page width can vary means that this is an example of a ____ layout.
minimum
maximum
relative
fluid
Figure A. shows the Web page at its minimum width which was set using the ____ property.
narrow
min-width
max-width
relative-width
Figure B. shows the Web page at its maximum width which was set using the ____ property.
wide
max-width
min-width
absolute-width
