我有一个包含5个部分和5个标题的网站
<section>
<h1>this is the header</h1>
</section>
当响应式styleseet在设计器中踢出时会添加一个节标题,逻辑上现在应该是h1。
<section>
<h2>this is the NEW section header for mobile</h2>
<h1>this is the header</h1>
</section>
现在这显然是错误的,因为h2继续进行h1。这是我目前的解决方案,但似乎也是错误的。
<section>
<div class="section-header">this is the NEW section header for mobile</div>
<h1>this is the header</h1>
</section>
这是最好的做法。
答案 0 :(得分:0)
最后我认为这是一个合理的解决方案
**(ROOT
(S
(NP (PRP I))
(VP (VBP love)
(NP (NNP Stack) (NNP Overflow)))
(. .)))**