Chapter 7 Page Layouts
Download file with answers
Chapter 7-Page Layouts
1 file(s) 246.40 KB
Not a member!
Create a FREE account here to get access and download this file with answers
Chapter 7: Page Layouts
TRUE/FALSE
1. In a standard HTML document, the default position of elements is generally top to bottom and left to right.
2. In the normal flow for block-level elements, boxes are laid out horizontally once after the other, beginning at the left of the containing block.
3. When you start to use floats to build page layouts, the behavior of floats can cause problems.
4. Divisions cannot be nested within divisions.
5. A typical Web page design can contain both floating and nonfloating elements.
6. Floating elements must always have a specified width or they will expand to the size of the browser window.
7. Floats are designed to stay inside of their containing element.
8. If you have multiple columns, at least one needs to be nonfloating and positioned with margin properties.
9. Using floating elements limits the variety of options you can use for page layouts.
10. When you are floating an element within another element, the order of the elements is important.
MULTIPLE CHOICE
1. In the past, Web designers used ____ to create multiple column layouts and gain more control of their page designs.
a. blocks c. grids
b. tables d. CSS
2. Modern Web designs are built using the ____ layout capabilities.
a. block c. grid
b. table d. CSS
3. You can use ____ to position content elements on a Web page and move them out of the normal flow of elements.
a. clears c. tables
b. floats d. blocks
4. The space between boxes in the normal flow is determined by the ____ settings.
a. margin c. body
b. padding d. wrapper
5. The ____ element is the containing element for the content section of the Web page.
a. c.
b. d.
6. The elements within the ____ element are displayed exactly in the order they appearing the code from top to bottom, unless they are floated or have a display type of inline.
a. c.
b.
Leave a reply