html5的新标签用法

<address></address>用法

 1 <!DOCTYPE HTML>
 2 <html>
 3 <body>
 4 
 5 <address>
 6 Written by W3School.com.cn<br />
 7 <a href="mailto:us@example.org">Email us</a><br />
 8 Address: Box 564, Disneyland<br />
 9 Phone: +12 34 56 78
10 </address>
11 
12 </body>
13 </html>

<abbr>用法

<!DOCTYPE HTML>
<html>
<body>

The <abbr title="People's Republic of China">PRC</abbr> was founded in 1949.

</body>
</html>

article的用法如下:

<article>
<a href="http://www.apple.com">Safari 5 released</a><br />
7 Jun 2010. Just after the announcement of the new iPhone 4 at WWDC, 
Apple announced the release of Safari 5 for Windows and Mac......
</article>

 

posted @ 2013-07-06 20:17  gruguy  阅读(63)  评论(0编辑  收藏  举报