HTML5中新增的元素 20.details元素
<details>標(biāo)簽規(guī)定了用戶可見(jiàn)的或者隱藏的需求的補(bǔ)充細(xì)節(jié)。
<details〉標(biāo)簽用來(lái)開(kāi)啟關(guān)閉的交互式控件。任何形式的內(nèi)容都能放在〈details〉標(biāo)簽里邊。details元素的內(nèi)容對(duì)用戶是不可見(jiàn)的,除非設(shè)置了open屬性。
在HTML5中,details元素的語(yǔ)法如下:
<details>
<summary>Copyright 1999-2011.</summary〉
<p> - by Refsues Data. All Rights Reserved.</p>
<p>All content and graphics on this web site ate the property of the company Refsnes </p>
</details>
details元素是HTML5中新增的元素,HTML4中沒(méi)有相應(yīng)的元素來(lái)表示。
點(diǎn)擊加載更多評(píng)論>>