10 likes | 104 Vues
This guide provides practical tips for creating accessible web design catered to users with specific characteristics. Learn how to enhance your website's inclusivity and improve user experience for all visitors.
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>