"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<summary> Label
Definitions and usage
The <summary> tag contains the title of the details element, which describes the details of the document or document fragment.
Instance
For more information about documents:
<details>
<summary>html 5</summary>
This document is teaches you modifiable your have to learn about HTML 5.
</details>
Try it for yourself.
<! DOCTYPE html>
<html>
<body>
<details>
<summary>html 5</summary>
This document is teaches you modifiable your have to learn about HTML 5.
</details>
</body>
</html>
Differences between HTML 4.01 and HTML 5
The <summary> label is a new label in HTML 5.
Tips and comments
Wind Network (www.ithov.com) Tip: Please use with <details> tag. The title is visible and displays details when the user clicks on the caption.
Note: the "summary" element should be the first child element of the "details" element.
Standard properties
<summary> tags support standard properties in HTML 5.
Event Properties
<summary> tags support event properties in HTML 5.