如果我们不知道上下文,如何判断应该使用<h2>
,h3
h4
h5
h6
或<p><strong>一些文本</strong></p>
?
我只能很容易地判断这个页面的标题<h1>
。
如何评判他人?我总是从客户那里得到MS Word 2007格式的内容,客户总是使用字体大小来使事物变小或变大。
我们如何最好地判断客户想要的标题级别以及他在使用加粗文本进行样式设置的位置,以及他真正想要强调文本的位置。
<p><strong>Some text here</strong></p>
<p>Some more text here Some more text hereSome more text here
Some more text hereSome more text here Some more text here
</p>
或任何标题级别
<H*>Enquiries to:</h*>
<p>Some more text here Some more text hereSome more text here
Some more text hereSome more text here Some more text here
</p>
哪种更适合无障碍使用?