在HTML4.01中:
< b > < i > 是听觉基本要素(presentationl elements),依次则表示无象征意义的涂黑,无象征意义的小写,整体表现式样为 { font-weight: bolder },实际上则表示「这儿如果用斜体字表明」或是「这儿如果用小写表明」,此三个条码在HTML4.01中并不被所推荐采用;
< em > 和 < strong > 是抒发基本要素(phrase elements)。 < em > (emphasized text)则表示通常的特别强调文件格式,而 < strong > (strong emphasized text)则表示比 < em > 语法大列佩季哈区的的特别强调文件格式。
而在捷伊 HTML5 组织工作提案 中:
< em > 和 < strong > 依旧是抒发基本要素(phrase elements)。但此时的 < strong > 则表示html网页上的特别强调(emphasized text), < em > 则表示语句中的特别强调(即特别强调语法)
对 b 和 i 条码是这种表述的:
The b element now represents a span of text to be stylisticallyoffsetfrom the normal prose without conveying any extra importance, such as key words in a document abstract, product names in a review, or other spans of text whose typical typographic presentation is emboldened.
// b 原素那时叙述为在通常该文中仅从文艺活动上注重的不包涵任何人附加的必要性的几段文件格式。比如:文件格式概述中的URL,该文中的欧版。或是代表者特别强调的排印形式。
The i element now represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, a thought, a ship name, or some other prose whose typical typographic presentation is italicized. Usage varies widely by language.
// i 原素那时叙述为在通常该文中注重不同意见或语气或其他的几段文件格式,比如:一个分类名称,一个技术术语,一个外语中的谚语,一个想法等。或是代表者小写的排印形式。
从规范中可以注意到:b 和 i 原素将被赋予真正的语法。更应有预见性注意 b 、i 与 strong 、em 的不同采用 。
参考文件格式:http://www.planabc.net/2008/03/14/html5_b_and_i_tags_read_semantic/