Due: Wednesday, January 14, 2026 at 11:59pm
Status: Submitted on January 14, 2026
This problem set focused on accessible HTML and CSS tables. While the visual appearance may look similar before and after, the underlying code changes make a significant difference for screen readers and search engines.
<header>, <main>, <section>, <footer><label> elements with for attributes linking to form inputstype and name attributes to <input> elementsaria-label on the submit button for screen reader accessibility<i> with <em> and <cite> for semantic meaning<time> element with datetime attribute for machine-readable dates<address> for contact info and proper mailto: / tel: links<thead> and <tbody> separation<th> for header cells and <td> for data cells:nth-child(even) for alternating row colorstbody tr:hover selectorborder-collapse: collapse for clean table borders<header>, <main>, <section>, <footer><label>, <input>, type, name, for attributesalt, aria-label, <time>, <address><table>, <thead>, <tbody>, <th>, <td>:nth-child, border-collapse, hover effects