10 likes | 103 Views
Building your Table. <body> <table summary="This two column table lists accessible design tips for specific user characteristics"> <caption>Tips for Accessible Web Design</caption> < tr > < th scope=" col ">User characteristic</ th >
E N D
Building your Table <body> <table summary="This two column table lists accessible design tips for specific user characteristics"> <caption>Tips for Accessible Web Design</caption> <tr> <th scope="col">User characteristic</th> <th scope="col">Accessible design tip</th> </tr> <tr> <th scope="row">Unable to see</th> <td>Code all images with ALT text</td> </tr> … </table> </body> </html>