最新的Web开发教程
 

HTML <details> open Attribute

<HTML <details>标签

一个open/visible <details>元素:

<details open>
  <summary>Copyright 1999-2014.</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>
试一试»

定义和用法

open属性是一个布尔属性。

当存在时,它指定的细节应该是可见的(开)给用户。


浏览器支持

在表中的数字指定完全支持属性所述第一浏览器的版本。

属性
open 12.0 不支持 不支持 6 15.0

HTML 4.01和HTML5之间的差异

<details>标签是HTML5中的新。


HTML和XHTML之间的差异

在XHTML中,最小的属性是被禁止的,而且open属性必须被定义为<details open="open">


句法

<details open>

<HTML <details>标签