首頁 >web前端 >html教學 >html tr標籤怎麼用

html tr標籤怎麼用

silencement
silencement原創
2019-05-27 13:09:474319瀏覽

html tr標籤怎麼用

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 的事件属性。

以上是html tr標籤怎麼用的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

相關文章

看更多