<td>元素定义HTML表格中的一个单元格。
代码
<table border="1" width="400px" style="text-align: center"> <tr> <td>First Cell</td> <td>Second Cell</td> <td>Third Cell</td> </tr> </table>
执行结果
First Cell | Second Cell | Third Cell |
<td>标签在HTML5与HTML4.01之间存在如下差异
外部链接