• How to Fix (cont.):

    1. “summary” attribute of the <table> tag

      • Provides a textual description of the table

      • Example:
        <table summary=“List of names and favorite colors”>

    2. Complicated tables may require both row and column headings

      • “headers” attribute for <td> can be used to define heading information for any given cell