橘子园

种橘子的地方

0%

HTML5标签辨析

这篇文章记录对HTML5一些标签的辨析
不涉及任何HTML5之前的语义!

  1. em strong
    • strong表示HTML页面上的强调(emphasized text),em表示句子中的强调(即强调语义);
    • storg被描述为表征“内容强烈的重要性(strong importance for its contents) ”。这是一个重要的区别。em标签(Emphasis)用于改变一个句子的意思(“我喜欢胡萝卜” 或”我喜欢胡萝卜“), strong用来对一个句子的部分增加重要性(比如 “警告! 这非常危险。”)
    • Strong和Emphasis都可以分别通过嵌套来增加重要性或强调的相对强度。
  2. b i
    • b元素:
      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 元素现在描述为在普通文章中仅从文体上突出的不包含任何额外的重要性的一段文本。例如:文档概要中的关键字,评论中的产品名。或者代表强调的排版方式。)
    • i元素:
      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 元素现在描述为在普通文章中突出不同意见或语气或其他的一段文本,例如:一个分类名称,一个技术术语,一个外语中的谚语,一个想法等。或者代表斜体的排版方式。)