求大虾帮我看看代码错在哪里了

<html>

<head>

<title>Tables</title>

</head>

<body>

<table>

<thead>

<tr>

<th></th>

<th scope="col">Home starter hosting</th>

<th scope="col">Premium business hosting</th>

</tr>

</thead>

<tbody>

<tr>

<th scope="row">Disk space</th>

<td>250mb</td>

<td>1gb</td>

</tr>

<tr>

<th scope="row">Bandwidth</th>

<td>5gb per month</td>

<td>50gb per month</td>

</tr>

<tr>

<th scope="row">Email accounts</th>

<td>3</td>

<td>10</td>

</tr>

<tr>

<th scope="row">Support</th>

<td>Email<td>

<td>Telephone and email</td>

</tr>

<tr>

<th scope="row">Setup</th>

<td>Free</td>

<td>Free</td>

</tr>

<tr>

<th scope="row">FTP accounts</th>

<td>1</td>

<td>5</td>

</tr>

</tbody>

<tfoot>

<tr>

<td></td>

<td colspan="2">Sign up now and save 10%</td>

</tr>

</tfoot>

</table>

</body>

</html>

里面的telephone and email的位置为什么不对?

有没有检查的工具可以用啊?

woshidaxiong
浏览 1445回答 2
2回答

我乐意

<td>Email<td><td>Telephone and email</td>你Email后面这个td没有加斜杠,就这么简单

黯丶律

th和tr是同一级的
打开App,查看更多内容
随时随地看视频慕课网APP