第113天 在HTML5中如何组合标题?用哪个元素?
Activity
ghost commentedon Aug 7, 2019
<hgroup>
,内含多个<h1>
~<h6>
元素。主要用于整合文章的主、副标题,抑或是整合文档/页面标题与章节/段落标题。
nowherebutup commentedon Aug 7, 2019
当有多个h标签的元素时,
需要用hgroup包裹
EragonBubble commentedon Aug 7, 2019
LinStan commentedon Aug 7, 2019
<hgroup>
是H5新增的标签可以用于对各级标题进行组合但是实际使用中各级标题中会有其他内容,实用性不强,已经W3C被移除