Searchbox is here: Alt plus 4 |
|Go to main content|
Accessibility information page| |
||||||
![]() |
Online Accessibility
D
...a better web for everyone! |
||||||
Navigation begins hereHome (1)| |
Tutorial (U)| | Formats (F)| | Tags (G)| | Tools (L)| | Resources (R)| | Questions? (Q)| | |
Tags|Alt| Div| I D| Meta| T H| |
T headThe T head and T body 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
|
||||||
|
|
Secondary navigation begins here| About this site (B) | Email (E) | Site Map (3) | Comments (9) | |
||||||