【发布时间】:2014-11-04 07:27:43
【问题描述】:
我想知道是否可以在标题中插入图例。这样,图例也可以具有与整个文档相关的层次结构。
我在下面有更多相关的文字,但需要为读者突出显示。在这种情况下,个人信息将同时为legend 和h2。 h1 将是网站中我选择不显示的另一个元素。
<fieldset>
<h2>
<legend>Personal information</legend>
</h2>
<h3>
Credentials
</h3>
<label for="username">
Username
</label>
<input id="username" type="text">
<label for="surname">
Surname
</label>
<input id="surname" type="text">
<h3>
Contact details
</h3>
<label for="street">
Street
</label>
<input id="street" type="text">
<label for="house-number">
House number
</label>
<input id="house-number" type="number">
</fieldset>
【问题讨论】:
标签: html header accessibility legend markup