html点击出现下拉标签点击关闭

html点击文字出现下拉标签,点击隐藏

配合使用<detials><summary>标签

例:

<!DOCTYPE HTML>
<html>
<body>

<details>
<summary>Copyright 2011.</summary>
<p>All pages and graphics on this web site are the property of W3School.</p>
</details>

</body>
</html>

参考:HTML <details> 标签 (w3school.com.cn)

 

posted @ 2022-10-28 16:40  慢漫曼蔓  阅读(105)  评论(0)    收藏  举报