Home > Article > Web Front-end > How to use html tr tag
html a34de1251f0d9fe1e645927f19a896e8标签定义及使用说明
a34de1251f0d9fe1e645927f19a896e8 标签定义 HTML 表格中的行。
一个 a34de1251f0d9fe1e645927f19a896e8 元素包含一个或多个 b4d429308760b6c2d20d6300079ed38e 或 b6c5a531a458a2e790c1fd6421739d1c 元素。
实例,一个简单的html表格,包含两列两行
<table border="1"> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> </table>
HTML 4.01 与 HTML5之间的差异
在 HTML 5 中,不支持 a34de1251f0d9fe1e645927f19a896e8 标签在 HTML 4.01 中的任何属性。
全局属性
a34de1251f0d9fe1e645927f19a896e8 标签支持 HTML 的全局属性。
事件属性
a34de1251f0d9fe1e645927f19a896e8 标签支持 HTML 的事件属性。
The above is the detailed content of How to use html tr tag. For more information, please follow other related articles on the PHP Chinese website!