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