テーブルも捨てたモンじゃない?
こんなに綺麗な枠ができるよ
どう?
いけてますか?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>表の枠線の色を変更(CSS使用)</title>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
<table width="50%" border="1" cellspacing="0" cellpadding="1" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td bgcolor="#99CC33" align="center" nowrap>テーブルも捨てたモンじゃない?</td>
</tr>
<tr bgcolor="#999999">
<td bgcolor="#FF33FF" align="center" nowrap>こんなに綺麗な枠ができるよ</td>
</tr>
<tr bgcolor="#999999">
<td bgcolor="#FF0033" align="center" nowrap>どう?</td>
</tr>
<tr bgcolor="#999999">
<td bgcolor="#FFFF00" align="center" nowrap>いけてますか?</td>
</tr>
</table>
</div>
</body>
</html>