Site hosted by Angelfire.com: Build your free website today!
Project 3 | Index

Hello. This page is design to talk about the Border and Bgcolor attributes of a table.

Tables can have several different background colors, border widths, & number of columns.


This table has a border of 15 and a Red background color.
table cols="2" border="15" width="80%" bgcolor="#ff0000"
Heading 1 Data 1

THis table has a border of 10 a Blue background color.
table cols="2" border="10" width="80%" bgcolor="#0066cc"
Header 2 Data 2

THis table has a border of 5 and a Yellow background color.
table cols="2" border="5" width="80%" bgcolor="#ffff33"
Header 3 Data 3

THis table has a border of 0 and a Silver background color.
table cols="2" border="0" width="80%" bgcolor="silver"
Header 4 Data 4