New Perspectives on HTML CSS and XML Comprehensive 4th Edition by Patrick Carey
Tutorial 4: Creating Page Layouts with CSS
TRUE/FALSE
1. Blocks occupy a defined rectangular area within a page.
ANS: T PTS: 1 REF: HTML 225
2. A few designers create a reset style sheet to define their default styles.
ANS: F PTS: 1 REF: HTML 227
3. Tiling is when a browser loads a background image, and then repeats the image in both the vertical and horizontal directions until the entire background is filled.
ANS: T PTS: 1 REF: HTML 230
4.By default a background image moves along with the element content as a user scrolls through the page.
ANS: T PTS: 1 REF: HTML 231
5.When browsers render an element with multiple backgrounds, the images that are listed last are the first ones loaded.
ANS: T PTS: 1 REF: HTML 234
6.CSS specifications can be identified through the use of a vendor suffix, which indicates the browser vendor that created and supports the property.
ANS: F PTS: 1 REF: HTML 236
7.Web page layouts fall into three general categories: fixed, fluid, and elastic.
ANS: T PTS: 1 REF: HTML 239
8.Users find it easier to scan content when page elements are aligned vertically and horizontally.
ANS: T PTS: 1 REF: HTML 242
9.A parent element is positioned within its child element in the Web page.
ANS: F PTS: 1 REF: HTML 246
10.Setting padding is similar to setting margins.
ANS: T PTS: 1 REF: HTML 256