-1
缺少邊界,我有以下的代碼爲一個HTML表格
<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>
我得到的輸出與黑色邊框但方式隔開列missing..is什麼錯誤代碼的邊界爲atable。
糾正你的HTML之後,它工作正常這裏http://jsfiddle.net/Vinay199129/8E75t/ – Rex
也許你應該看看了如何HTML這些日子已經完成了。這在現代網絡上已經過時了。使用CSS。 – Luaan
這段代碼看起來像是從'90開始的。如果您正在學習HTML和CSS,那麼請將您的源代碼改爲現代。 – Volvox