Grossmont Collegeskip navigation
Apply & Enroll Departments Help for Students Find People Online Services Campus Information Student Activities
Web Accessibility - Priority 3

Web Accessibility: Priority 3

Menu

 

 

Web Accessibility: Tables


Provide Table Summaries

<SUMMARY> describes the table’s structure and purpose when the table itself cannot be seen. It is not normally displayed to visual users.

Similarly, <CAPTION> assists in understanding data tables. Captions are displayed visually, usually above the table.

For example:

<TABLE border="1" summary="This table charts the completed program, the receiving institution, the program, and the credit received.">

<CAPTION>Block Transfer for Eagle University</CAPTION>

...


Abbreviate Long Headers

If column headers are long, use the ABBR attribute in the <TH>.

For example:

<TH id="header1" ABBR="Completed">Completed Program</TH>


  Send feedback on this site to the web team