我在http://validator.w3.org尝试验证我的
页面时收到警告:
Section lacks heading. Consider using h2-h6 elements to add identifying headings to all sections.
我的代码如下:
<section id="slider-wrapper-new">
<div class="slider-container-new">
// some code..
</div>
</section>
如何清除此错误?我必须在章节标题中添加h1-h6标签吗?