html <summary> 标签为 <details> 元素定义一个可见的标题
当用户点击标题时会显示出详细信息
<summary> 元素应该是 <details> 元素的第一个子元素
目前,只有 Chrome 和 Safari 6 支持 <summary> 标签
使用 <summary> 元素
<details>
<summary>Copyright 1999-2011.</summary>
<p> - by Refsnes Data. All Rights Reserved.</p>
<p>All content and graphics on this web site are the property of the company Refsnes Data.</p>
</details>
<summary> 标签是 HTML5 中的新标签
本文内容仅供个人学习/研究/参考使用,不构成任何决策建议或专业指导。分享/转载时请标明原文来源,同时请勿将内容用于商业售卖、虚假宣传等非学习用途哦~感谢您的理解与支持!