Chapter 10 Data Tables
Download file with answers
Chapter 10 Data Tables
1 file(s) 293.49 KB
Not a member!
Create a FREE account here to get access and download this file with answers
Chapter 10: Data Tables
TRUE/FALSE
1. HTML tables are designed not only to present data properly in the browser window, but to be read sequentially by screen readers and other assistive devices.
2. Table
tags contain both table cells and content of their own.
3. If you use plenty of white space in your code, you will find your tables easier to access and change.
4. When you build column spans, it is important to make sure that all of your columns add up to the correct number of cells.
5. Adding a row span usually means adding an extra cell to accommodate the span.
6. Column groups are always applied right to left in the table.
7. In addition to position, you can also choose form any of the other style properties to enhance the caption text in a table.
8. You cannot add borders to tables using CSS style rules.
9. Borders can be applied to the whole table, to individual rows, and to individual cells.
10. Unlike other block-level elements, tables cannot be floated.
MULTIPLE CHOICE
1. The 3.2 release of HTML in ____ included table elements for the purpose of organizing tabular data in rows and columns.
a. 1985 c. 1995
b. 1989 d. 1997
2. The ____ element establishes the table.
3. The ____ element contains the table cells.
a.
c.b.
d.
ANS: C PTS: 1 REF: 448 4. The ____ element contains the table data. c.b.
|
Leave a reply