b 和 i 标签在现在的 Web 标准潜规则中是不推荐使用,甚至是反对使用的,因为认为他们只是“表现”粗体和斜体,而没有任何“语义”。更多的用 strong 和 em 标签代替。

而在新的 HTML5 工作草案 中对于 b 和 i 标签是这样定义的:

The b element now represents a span of text to be stylistically offset from 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 元素现在描述为在普通文章中仅从文体上突出的不包含任何额外的重要性的一段文本。例如:文档概要中的关键字,评论中的产品名。或者代表强调的排版方式。

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 的不同使用 。

扩展阅读:



共有6 条评论

  1. 1. 头像 DeadFire

    估计是可以用的标签实在不够用,所以把以前不推荐使用的东西拿出来给他们重新赋予意义,让他们能具有实际作用,可是还是不够用啊,w3c要多多加一些标签就好了。

  2. 2. 头像 georgewing

    b、i等几个表示性元素仍然在使用中,(X)HTML规范中并没有不推荐使用,也没有从规范中移除。而不推荐使用的表示性元素是、、。–参见《精通HTML:语义、标准、样式》第35页 2.2表示性元素

  3. 3. 头像 georgewing

    接上:strike、s、和u。参见《精通HTML:语义、标准、样式》第35页 2.2表示性元素

  4. 4. 头像 bcpxqz

    b,seo方面有点用处

  5. 5. 头像 onlylove

    丢了这么多年。不想再使用b和i。。

  6. 6. 头像 karsa

    大白天就裸奔.

    呵呵,不小心看到你的小JJ了

发表评论

(必填)

(必填,会为您保密)

评论仅支持“a、abbr、strong、em、blockquote、code”几个简单的标签