Searchbox is here: Alt plus 4

|Go to main content|

Accessibility information page

|
 

Navigation begins here

Home (1)|
Tutorial (U)| Formats (F)| Tags (G)| Tools (L)| Resources (R)| Questions? (Q)|  

Tags|

A b b r|

Accesskey|

Acronym|

Alt|

Caption|

Div|

Fieldset|

Headers|

Heading|

I D|

Label For|

Legend|

Long desc|

Meta|

No frames|

No script|

Scope|

Skip Links|

Summary|

T H|

T body|

T head|

Tab index|

Title|

T body

The T body and T head tags work together to define the structure of a complex table. A complex table has more than one header row. In this case, the first row describes the direction of a bus route, and the second row describes intersections where the bus stops.

Code Example:

<thead>
<tr>
<th colspan="6" id="dir">Northbound</th>
</tr>
<tr><th id="intersection1">Sixth & Congress</th>
<th id="intersection1">Eleventh & Congress</th>
<th id="intersection1">Twelfth & Lavaca</th>
<th id="intersection1">Fifteenth & Lavaca</th>
<th id="intersection1">Martin Luther King & Lavaca</th>
<th id="intersection1">Twenty-fourth & Guadalupe</th>
</tr>

<tbody>
<tr>
<td headers="dir intersection1">10:33am</td>
<td headers="dir intersection1">10:36am</td>
<td headers="dir intersection1">10:42am</td>
<td headers="dir intersection1">10:45am</td>
<td headers="dir intersection1">10:50am</td>
<td headers="dir intersection1">10:55am</td>
</tr>
</tbody>

This example is taken from " Maximum Accessibility," by Dr. John Slatin and Sharron Rush, Pearson Educational, 2003.

For more information about simple and complex tables visit the Table section.

Browsers 

 

Adaptive Technology

 

 
   
Bobby WorldWide Approved 508

Secondary navigation begins here

| About this site (B) | Email (E) | Site Map (3) | Comments (9) |