简单教程
提交运行
代码编辑器:
<table width="100%" border="1"> <colgroup span="2" align="left"></colgroup> <colgroup align="right"></colgroup> <tr> <th>ISBN</th> <th>Title</th> <th>Price</th> </tr> <tr> <td>3476896</td> <td>My first HTML</td> <td>$53</td> </tr> </table> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: