Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Customizing HTML Table Border Colors

The HTML TABLE tag is the opening tag used to create a table within a web page.

You can add color to your HTML TABLE borders by adding BORDERCOLOR="#colorcode" within your TABLE tag.

HTML Table Code:

<TABLE BORDER="2" BORDERCOLOR="#336699" CELLPADDING="2" CELLSPACING="2" WIDTH="50%">
<TR>
<TD>Column 1</TD>
<TD>Column 2</TD>
</TR>
</TABLE>

You can find a 216 safe color chart here.

Browser View:

Column 1 Column 2

 More Web Design Tips