菜鸟教程 tryhtml_tables_6 在线代码实例

运行 保存 全屏 右侧展示 实时查看
主题:

 <table border="1" bordercolor="green" bgcolor="yellow">
    <tbody><tr>
        <th>Column 1</th>
        <th>Column 2</th>
        <th>Column 3</th>
    </tr>
</tbody></table>