-
How to Fix (cont.):
-
“summary” attribute of the <table> tag
-
Provides a textual description of the table
-
Example:
<table summary=“List of names and favorite colors”>
-
-
Complicated tables may require both row and column headings
-
“headers” attribute for <td> can be used to define heading information for any given cell
-
-