This document was written in.. ."."/> This document was written in.. .".">
Home > Article > Web Front-end > What elements are used to describe documents in html5
The details element in HTML5 is used to describe the details of a document or a certain part of the document. When the user clicks on the title, other content in the element except the title will be displayed or hidden. Codes such as "a5e9d42b316b6d06c62de0deffc36939 This document was written in...857b9e4d92e41388578e3abed1e3bdfb".
#The operating environment of this article: Windows 7 system, HTML5 version, Dell G3 computer.
What element in html5 is used to describe the document?
The details element in html5 is used to describe the document. When the user clicks on its title, this element will be displayed or hidden. Nothing but the title.
HTML 5 a5e9d42b316b6d06c62de0deffc36939 tag
Definition and usage
a5e9d42b316b6d06c62de0deffc36939 tag is used to describe details of a document or a certain part of a document.
Example
Details about the document:
<details>This document was written in 2010.</details>
Thea5e9d42b316b6d06c62de0deffc36939 tag is a new tag in HTML 5.
Tip: Use with the 631fb227578dfffda61e1fa4d04b7d25 tag to define a 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.
Recommended learning: "HTML5 Video Tutorial" "HTML Video Tutorial"
The above is the detailed content of What elements are used to describe documents in html5. For more information, please follow other related articles on the PHP Chinese website!