国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

<summary>

HTML <summary> 標(biāo)簽 實(shí)例 使用 <summary> 元素: <details> <summary>Copyright 1999-2011.</summary> <p> - by Refsnes Data. All Rights Reserv..


HTML <summary> 標(biāo)簽

實(shí)例

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>php中文網(wǎng)(php.cn)</title> 
</head>
<body>

<details>
<summary>Copyright 1999-2011.</summary>
<p> - by Refsnes Data. All Rights Reserved.</p>
<p>All content and graphics on this web site are the property of the company Refsnes Data.</p>
</details>

<p><b>注意:</b>目前只有 Chrome 和 Safari 6 支持 summary 標(biāo)簽。</p>

</body>
</html>

運(yùn)行實(shí)例 ?

點(diǎn)擊 "運(yùn)行實(shí)例" 按鈕查看在線實(shí)例


瀏覽器支持

1000.png

目前,只有 Chrome 和 Safari 6 支持 <summary> 標(biāo)簽。


標(biāo)簽定義及使用說明

<summary> 標(biāo)簽為 <details> 元素定義一個(gè)可見的標(biāo)題。 當(dāng)用戶點(diǎn)擊標(biāo)題時(shí)會(huì)顯示出詳細(xì)信息。


HTML 4.01 與 HTML5之間的差異

<summary> 標(biāo)簽是 HTML5 中的新標(biāo)簽。


提示和注釋

注釋:<summary> 元素應(yīng)該是 <details> 元素的第一個(gè)子元素。


全局屬性

<summary> 標(biāo)簽支持 HTML 的全局屬性。


事件屬性

<summary> 標(biāo)簽支持 HTML 的事件屬性。