实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<table border="1">
6
<tr>
7
  <td>Some text</td>
8
  <td>Some text</td>
9
</tr>
10
<tr>
11
  <td></td>
12
  <td>Some text</td>
13
</tr>
14
</table>
15
16
<p>If the empty cell in the table above is displayed without a border, you can insert a no-breaking space in the empty cell (to display a border): &amp;nbsp;</p>
17
18
</body>
19
</html>
20