HTML Tables
1 page tagged “HTML Tables”
-
Borders on tables now ok in HTML5
If you use tables (not for layout, of course) it can be very tedious to get the borders to surround every cell using CSS. You need to set the border on the table and on every th and td, and then …