How to use html details tag

藏色散人
Release: 2019-05-26 15:39:45
Original
4010 people have browsed it

html The details tag is used to describe the details of a document or a certain part of the document. The

tag is a new tag in HTML5. Currently, only Chrome supports the
tag.

How to use html details tag

#html How to use the details tag?

Function: Used to describe the details of a document or a certain part of a document.

Note:

Currently only Chrome supports the

tag.

Note: The

tag is a new tag in HTML 5.

html details tag example

<!DOCTYPE HTML>
<html>
<body>
<details>
<summary>Copyright 2018.</summary>
<p>All pages and graphics on this web site are the property of php中文网.</p>
</details>
</body>
</html>
Copy after login

Effect:

How to use html details tag

The above is the detailed content of How to use html details tag. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template