HTML5实用技巧与渐进式标记技术
1. HTML5新元素与属性应用
在HTML5中,有许多新的元素和属性可以帮助我们更好地构建网页。
1.1 <details> 和 <summary> 元素
可以使用 <details> 元素来包含完整内容,并使用 <summary> 元素来指示可聚焦的内容区域。例如:
<details>
<summary>Upcoming Topics</summary>
<p>For the new year, we have a great line up of articles!</p>
<ul>
<li>Understanding the Outline Algorithm</li>
<li>When to Use <code>hgroup</code></li>
<li>Machine Semantics with Microdata</li>
</ul>
</details>
目前只有Chrome支持 <details> 和 <summ
超级会员免费看
订阅专栏 解锁全文
937

被折叠的 条评论
为什么被折叠?



