Tables
Problem: On smaller screens, tables often don’t work well or render erratically.
Solution: Unless you know a device supports tables, avoid using tables. Smaller tables with two or three columns work on most devices, but it’s not a recommended approach.
Discussion: Use a definition list <dl> instead of a table to display data.



Sign in or register to reply.