<details> tags are used to describe the details of a document or part of a document.
Instance
Details about the document:
<details>this document is written in 2010.</details>
Try it for yourself.
<! DOCTYPE html> <html> <body> <details>this document is written in 2010.</details> </body> </html>
Differences between HTML 4.01 and HTML 5
The <details> label is a new label in HTML 5.
Tips and comments
Wind Network (www.ithov.com) Tip: Use with <summary> tag to define the title for details. The title is visible, and when the user clicks on the title, the details are displayed.
Note: The details element can be used to describe any part of the document.
Property
The property value describes whether the open Open definition details are visible.
Standard properties
<details> tags support standard properties in HTML 5.
Event Properties
<details> tags support event properties in HTML 5.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.