(^644) Answers
expected to occur only once on a page. Configure a class if the style is expected
to be applied to a variety of different XHTML elements.
- This follows the “cascade”: external styles, embedded styles, inline styles,
XHTML attributes.
Review Questions
- a
- a
- c
- b
- c
- c
- b
- d
9. c - d
- media="print"
- margin
- hover
- target
- precedence
Chapter 8
Checkpoint 8.1
- Tables are often used to organize information and to format an entire Web page.
- The cellspacingattribute configures the amount of empty space between the
cells in a table. The cellpaddingattribute configures the amount of empty space
between the information contained within the cells and the edges of the cells. - There are a number of coding techniques that improve the accessibility of a table.
These include the summaryattribute, the titleattribute, and configuring headers
for columns or rows.
Checkpoint 8.2
- Web site visitors use monitors with different resolutions. A Web page layout con-
figured with a table using a percentage width is flexible. Examples will vary. - A Web page layout configured with a table using a fixed width will appear con-
sistent when displayed on monitors with different resolutions. Often these pages
are centered in the browser window. Examples will vary. - True. Tables can be nested within other tables. Nested tables are often used to organ-
ize information on a Web page document with a page layout configured by a table.
Review Questions
- c
- b
- c
- c
5. b
6. b
7. b
8. d