用于文档说明,有自带收缩.展开功能 <!DOCTYPE HTML> <html> <body> <details> <summary>HTML 5</summary> This document teaches you everything you have to learn about HTML 5. </details> </body> </html> http://www.w3school.c
<details> 标签用于描述文档或文档某个部分的细节. <details> <summary>Copyright 2011.</summary> <p>All pages and graphics on this web site are the property of W3School.</p> </details> 与 <summary> 标签 配合使用可以为 details 定义标题.标题是可见的,用