最新的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>標籤