实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
caption {caption-side:bottom;}
6
</style>
7
</head>
8
9
<body>
10
11
<table border="1">
12
<caption>Table 1.1 Customers</caption>
13
<tr>
14
  <th>Company</th>
15
  <th>Contact</th>
16
  <th>Country</th>
17
</tr>
18
<tr>
19
<td>Alfreds Futterkiste</td>
20
<td>Maria Anders</td>
21
<td>Germany</td>
22
</tr>