HTML <details> open 屬性
實例
一個 打開/可見 的 <details> 元素:
<details open>
<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>
<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>
嘗試一下 ?
瀏覽器支持
目前只有Chrome 和 Safari 6支持 open 屬性。
定義和用法
open 屬性是一個 boolean(布爾)屬性。
open 屬性規(guī)定在 HTML 頁面上 details 應(yīng)該是可見的。
HTML 4.01 與 HTML5之間的差異
<details> 標簽是 HTML5 新標簽。
HTML 與 XHTML 之間的區(qū)別
在 XHTML 中, 屬性不允許簡寫, open 屬性必須定義為: <details open="open">。
語法
<details open>
HTML <details> 標簽
更多建議: