怎么样设置border所有边框的颜色
发布网友
发布时间:2022-04-06 11:52
我来回答
共1个回答
热心网友
时间:2022-04-06 13:22
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div style="height: 152px" >
<table bordercolor="#0000FF" border="10" cellspacing="0">
<tr>
<td>
111</td>
<td>
222</td> </tr>
<tr>
<td>
333<td>
444</td>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>