6. Create tables that work properly. C. REQUIRED: For data tables that have two or more logical views of row or column headers, use markup to associate data cells and header cells. In HTML, use THEAD, TFOOT, and TBODY to group rows, COLS and COLGROUP to group columns, and the "axis," "scope," and "headers" attributes, to describe more complex relationships among data. Use THEAD and TFOOT to define a group of rows to form a header or footer for a table. Use TBODY to group rows in the body of the table. Use COLGROUP in conjunction with the SPAN= attribute to identify column groups (The example shows two groups of columns, the first having two columns, the second with only one column). Use the COLS= attribute in the <TABLE> tag to specify the number of columns in a table. What you see:
|
||||||||||||||||||||||||||
|
||||||||||||||||||||||||||
|
Dreamweaver 4 Instructions:
HTML Source Code:
| ||||||||||||||||||||||||||