• How to Fix:

    1. Use <th> (table heading) tags to define table column and row headings

      • First table row should always contain <th> tags

      • Use <th> tag attribute “scope”

        • Value “col” for column headings

        • Value “row” for row headings

      • Example:

<th scope=“col”>Name</th>