th | th | th |
---|---|---|
th | td | td |
th | td | td |
Cellpad = 15px (the space between the content of the cell and the cell border - refer to "td")
Cellspace = 10px (the space between each cell - yellow)
Border = 2px (the width of the border around the outside of the table - red)
th = table header (text content default style of bold and text align center)
td = table data
You can create custom styles for the table using CSS.
For example, a background pic has been applied to the corner "td" by giving the "td" an ID and applying a CSS rule to it.
Copyright ©2012 www.learnlikeme.com
All Rights Reserved