PASSWORDMANAGEMENT
Tables should only be used to organize data. While a table can be tempting to be used as a way to lay content out on a page, tables do not function well on a phone and are not to be used for anything other than data organization.
Instead of tables, check out the layout snippets!
They'll magically move your content around for your viewer's screen size and will
keep your content looking fresh and tidy. Layout Snippets Guide
For tables that are organizing data, some extra work must be done to correctly prep your content for the web. Tables must include a caption that briefly gives context to the content organized and table row/column header cells.Creating Accessible Tables Guide
| Header Cell | Header Cell | Header Cell |
|---|---|---|
| Data | Data | Data |
| Data | Data | Data |
Similarly to the tables for layout rule - tables also should not be used in place of buttons.
Instead, create a button to create a bold and eye-catching link for your viewer's to interact with.
Make sure the clickable button phrase is a short and uniquely named phrase - "click
here" should be avoided.
Review Link Requirements