Tuesday, March 3
Get the files from class here!
Tables
Use border-spacing on the table element and not margin on the td element's to accomplish cellspacing with css.
You can use the border property on td elements and the table element to gain more control over border styling than available with the HTML attribute border.
Specifying a padding property for td/th elements functions the same as the cellpadding attribute for the table element.