Javatpoint Logo
Javatpoint Logo

HTML Details Tag

HTML <details> tag is used to specify the additional details on the web page that the user can view or hide on demand.

According to W3C HTML specification, it is used as a disclosure widget from which user can retrieve additional information or control.

It is used together with a relevant tag known as <summary>. Technically, there is no need of summary tag, but if you ignore this then the browser will use some default text.

The <details> tag wraps all the content which you want to show or hide and the <summary> tag contains the summary and the title of the section.

HTML details is a new tag introduced in HTML5.

Let's take an example to understand this clearly.


HTML details tag attribute

HTML details tag also supports global and event attributes in HTML.

The details tag provides one specific attribute open.

AttributeDescription
openIt specifies that the details will be displayed (open) to the user.

HTML details tag example

Test it Now

Output:

Copyright 2011-2014.

- by JavaTpoint. All Rights Reserved.

All content and graphics on this web site are the property of the javatpoint.com

Note: The details tag is currently only supported in Opera, Chrome, and in Safari 6.


Supporting Browsers

Elementchrome browser Chromeie browser IEfirefox browser Firefoxopera browser Operasafari browser Safari
<details>YesNoNoYesYes
Next TopicHTML dfn Tag





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA