案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<table border="1" style="height:200px">
5
  <tr>
6
    <th valign="middle">Company</th>
7
    <th valign="bottom">Address</th>
8
  </tr>
9
  <tr>
10
    <td>Apple, Inc.</td>
11
    <td>1 Infinite Loop Cupertino, CA 95014</td>
12
  </tr>
13
</table>
14
15
</body>
16
</html>
17