Tables - Tech Ed 2006 Accessibility
Table with <caption> and <th>
Employee Information
Name | Hire Date |
John Smith | 09 Nov 2007 |
Jane Doe | 10 Nov 2007 |
Table without <caption> and <th>
Name | Hire Date |
John Smith | 09 Nov 2007 |
Jane Doe | 10 Nov 2007 |
Notes
- Partial MSAA support: <table> and <caption>
- You can hide the <caption> using CSS display:none;
- You can style the <th> elements any way that a <td> could be -- get the structure right, then style