您现在的位置: 万盛学电脑网 >> 程序编程 >> 网页制作 >> DivCSS教程 >> 正文

在Web上用style实现完美颜色渐变Css

作者:佚名    责任编辑:admin    更新时间:2022-06-22

 测试网页,代码如下:

  <html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<table width="600" border="0" cellspacing="0" cellpadding="0" height="30" align="center">
  <tr>
    <td > </td>
  </tr>
</table>
</body>
</html>