您的位置:首页 > Web前端 > HTML

【HTML】Advanced1:Text: Time, Mark, and "Presentational"

2014-04-17 10:50 447 查看
1.Exploring the depths of HTML5

2.</time>

<p>Written by Doctor Who on <time datetime="2052-11-21 09:30">Thursday 21st November 2052 9:30</time>.</p>

the value of should be a machine-readable date and/or time

3.</mark>

highlighted,a form of emphasis,it won’t always be considered emphasis in the original meaning

4.Redefinding the "Presentional "tags

ugly……

hr
, no longer “horizontal rule”, is a thematic break, between paragraphs, for example, like those found in many a chapter of many a book.

small
, used for small print. Arguably a fair point, “small print” has taken on a meaning beyond “print that is small”.

s
, no longer “strikethrough”, is for text that is no longer correct (eg,
this is <s>presentational, not</s> meaningful
). Hmm. OK. Maybe.
del
still seems fine to most normals, though.

u
, no longer “underline”, is for text that is unarticulated. It’s also “useless” but bonus point for the abbreviation remaining intact.

i
, no longer “italic”, is for text in an alternate voice or representing a different quality of text. So, like, differently emphasized, then (see note below).

b
, no longer “bold”, stands for “text to which attention is being drawn without conveying importance or suggesting an alternative voice” (and even that’s paraphrasing).
b
also stands for “bollocks.”

sub
and
sup
are still subscript and superscript and yet, at the same time, they’re somehow not presentational anymore.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐