HTML <details> open 属性

实例

可见的 details 元素

  1. <details open="open">
  2. <summary>Copyright 2011.</summary>
  3. <p>All pages and graphics on this web site are the property of W3School.</p>
  4. </details>

定义和用法

open 属性是一个布尔属性。

若设置,它规定 details 应该对用户可见(开放)。

浏览器支持

表格中的数字注明了完全支持该属性的首个浏览器版本。

属性 Chrome Internet Explorer / Edge Firefox Safari Opera
open 12.0 79.0 49.0 6.0 15.0

语法

  1. <details open>