搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
HTML参考手册
HTML 属性
源代码
清空
点击运行
<table style="width:100%" border="1"> <tr> <th axis="name">姓名</th> <th axis="contact">邮件地址</th> <th axis="contact">手机号码</th> <th axis="contact">地址</th> </tr> <tr> <td axis="name">马六</td> <td axis="contact">test@example.com</td> <td axis="contact">+13212345678</td> <td axis="contact">上海市闵行区</td> </tr> </table>
运行结果