<data>:資料元素
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017.
嘗試一下
屬性
範例
以下範例顯示產品名稱,但還將每個名稱與產品編號關聯起來。
html
<p>New Products</p>
<ul>
<li><data value="398">Mini Ketchup</data></li>
<li><data value="399">Jumbo Ketchup</data></li>
<li><data value="400">Mega Jumbo Ketchup</data></li>
</ul>
結果
技術摘要
規範
Specification |
---|
HTML Standard # the-data-element |
瀏覽器相容性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
data | ||||||||||||
value |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
參見
- HTML
<time>
元素。