Yeni sayfanın başlıddddğı
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 |