tag < summary > :
Definition and Usage
The <summary> tag defines a visible heading for the <details> element. The heading can be clicked to view/hide the details.
| Example | |
| code |
mode one
open not selected <details> <summary>Copyright 2008-2013.</summary> <p> - by limanza.com : All Rights Reserved.</p> </details> mode two open is selected <details open> <summary>Copyright 2008-2013.</summary> <p> - by limanza.com : All Rights Reserved.</p> </details> |
| output |
Copyright 2008-2013.- by limanza.com : All Rights Reserved. Copyright 2008-2013.- by limanza.com |