我有以下代码
<html>
<head>
<body bgcolor="#BDBDBD">
<div align="center">
<font color="Blue">
<CAPTION><b><u><i>SYSTEM STATUS</i></u></b></caption>
</font>
</br>
</br>
<table BORDER="2" BORDERCOLOR="Black" CELLPADDING="3">
<colgroup>
<col span="2" style="background-color:FFA04A">
<col style="background-color:FFA04A">
</colgroup>
<thead>
<tr>
<font color="Blue">
<th><font color="Blue">System</font></th>
<th><font color="Blue">Is Alive</font></th>
</font>
</tr>
</thead>
</font>
</body>
</head>
</html>
我将输出视为带有黑色边框的输出,但是分隔列的边框丢失了......代码有问题。
答案 0 :(得分:0)
我认为您是初学者,请查看此代码
<html>
<head></head>
<body bgcolor="#BDBDBD">
<div align="center">
<font color="Blue"> <b><u><i>SYSTEM STATUS</i></u></b> </font> </br>
</br>
<table BORDER="2" BORDERCOLOR="Black" CELLPADDING="3">
<colgroup>
<col span="2" style="background-color:FFA04A">
<col style="background-color:FFA04A">
</colgroup>
<thead>
<tr> <font color="Blue">
<th><font color="Blue">System</font></th>
<th><font color="Blue">Is Alive</font></th>
</font> </tr>
</thead>
</font>
</body>
</html>
答案 1 :(得分:0)
请参阅description of :“标记指定元素中每列的列属性。” 您必须定义3个元素:在
之间插入(空)<th/>