简单教程
提交运行
代码编辑器:
<table border="1" width="100%"> <tr> <th axis="name">Name</th> <th axis="contact">Email</th> <th axis="contact">Phone</th> <th axis="contact">Address</th> </tr> <tr> <td>John Doe</td> <td>someone@example.com</td> <td>+45342323</td> <td>Rosevn 56,4300 Sandnes,Norway</td> </tr> </table> <p><b>注意:</b> 大部分主流浏览器不支持 axis 属性。</p> <p><b>注意:</b> HTML5 不支持 axis 属性。</p> <footer>简单教程,简单编程<br/>Copyright © 简单教程 www.twle.cn</footer>
运行结果: