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