HTML
HTML 表格
使用边框属性来显示一个带有边框的表
源代码:
点击运行 »
<table border="1"> <tr> <td>Row 1, cell 1</td> <td>Row 1, cell 2</td> </tr> </table>
运行结果:
点击运行 »