Home Accessibility Tables Designing Accessible Tables Using Summary   |   Search MS Office A-Z   |   Search Web Pages/ Design A-Z

Designing Accessible Tables Using Summary

Use the CAPTION element to summarize table content. SUMMARY doesn't display in the browser, but screen readers will read the content aloud.

<TABLE BORDER="1" SUMMARY="This table lists amount of money raised and spent by the major party candidates in the 2000 U.S. Presidential election"> <CAPTION>Election 2000 Presidential Fundraising</CAPTION> <TR><TD> ---- Rest of table --- </TD></TR> </TABLE>