How To Make Your Tables Accessible
Computing : Web Sites The key here is to use the 'th' tag, and denote whether the line is a row or column, with scope=row or column. This means that rather than just use the standard table, tr, and td tags, you use the th to help make the table more accessible for those using a screen reader, as they will be able to understand what each value in the table denotes.
![]() Questions about accessibility:
|
|