Introduction
<summary></summary>
<p> </p>
</details>
Element-Specific Attribute
| Attributes | Values | Description |
| open | open | This Boolean attribute specifies whether the details of the data should be shown to the user or not. |
|
HTML5 Event Attributes
|
||
| onabort | onblur | oncanplay |
| oncanplaythrough | onchange | onclick |
| oncontextmenu | ondblclick | ondrag |
| ondragend | ondragenter | ondragleave |
| ondragover | ondragstart | ondrop |
| ondurationchange | onemptied | onended |
| onerror | onfocus | onformchange |
| onforminput | oninput | oninvalid |
| onkeydown | onkeypress | onkeyup |
| onload | onloadeddata | onloadedmetadata |
| onloadstart | onmousedown | onmousemove |
| onmouseout | onmouseover | onmouseup |
| onmousewheel | onpause | onplay |
| onplaying | onprogress | onratechange |
| onreadystatechange | onscroll | onseeked |
| onseeking | onselect | onshow |
| onstalled | onsubmit | onsuspend |
| ontimeupdate | onvolumechange | onwaiting |
- <!DOCTYPE html>
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <details>
- <summary>Csharpcorner</summary>
- <p>
- This is good website to improve your knowledge</p>
- </details>
- <br />
- <br />
- <details>
- <summary>Our Network</summary>
- <a href="http://www.dotnetheaven.com/">.NET Heaven</a>
- <br />
- <a href="http://www.c-sharpcorner.com/">C# Corner</a>
- <br />
- <a href="http://www.dbtalks.com/">DbTalks</a>
- <br />
- <a href="http://www.interviewcorner.com/">Interview Corner</a>
- <br />
- <a href="http://www.longhorncorner.com/">Longhorn Corner</a>
- <br />
- <a href="http://www.mindcracker.com/">Mindcracker</a>
- <br />
- <a href="http://www.vbdotnetheaven.com/">VB.NET Heaven</a>
- <br />
- </details>
- <br />
- <br />
- <br />
- <details open="open">
- <summary >Csharpcorner</summary>
- <p>
- This is good website to improve your knowledge</p>
- </details>
- <br />
- <br />
- <br />
- <details >
- <summary >Calendar</summary>
- <img src="Image/img.gif" alt="detail tag" />
- </details>
- <br />
- </body>
- </html>

tag" src="/UploadFile/667ddf/details-tag-in-html5/Images/1.gif" border="0" height="429" width="408">
Figure 1

tag" src="/UploadFile/667ddf/details-tag-in-html5/Images/2.gif" border="0" height="579" width="450">
Click on Calendar then the image is displayed as content in the detail tag (see the following figure 3).
Figure 2

tag" src="/UploadFile/667ddf/details-tag-in-html5/Images/3.gif" border="0" height="633" width="450">
Figure 3
Mahesh ChandPosted Aug 2, 2011, 10:36 PM
You probably want to remove <> from the description.
LegolasPosted Jul 29, 2011, 12:08 AM
Keep it up .... :)