You are here : htmlHTML 5summary

<summary> - HTML 5

The <summary> tag defines a visible heading for the <details> element. The heading can be clicked to view/hide the details.


Syntax

    <details>	 	<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>


Example

    <details>	 	<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>


Output / Return Value


Limitations


Alternatives / See Also


Reference