案例:html/html5 案例     状态:可编辑再运行    进入横版
x
  <caption align="bottom">Monthly savings</caption>
 
1
<html>
2
<body>
3
4
<p>align="left":</p>
5
<table border="1">
6
  <caption align="left">Monthly savings</caption>
7
  <tr>
8
    <th>Month</th>
9
    <th>Savings</th>
10
  </tr>
11
  <tr>
12
    <td>January</td>
13
    <td>$100</td>
14
  </tr>
15
</table>
16
17
<p>align="right":</p>
18
<table border="1">
19
  <caption align="right">Monthly savings</caption>
20
  <tr>
21
    <th>Month</th>
22
    <th>Savings</th>
23
  </tr>
24
  <tr>

 运行结果 
 北美留学生论坛