在HTML5中,strong元素表示内容的重要性,而em 则表示内容的着重点,b元素表示出于实用目的提醒注意,i元素表示一块不同于其他文字的文字,具有不同的语态或语气。 【示例】 预览效果 源代码 在模拟器中预览 HTML <p>The <i class="taxonomy">Felis silvestris catus</i> is cute.</p> <p>The term <i>prose content</i> is defined above.</p> <p>There is a certain <i lang="fr">je ne sais quoi</i> in the air.</p> 下载源代码