QIHJ

导航

html5新标签

1.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>

标签的内容独立于其他内容.

2.details

<details>
    <summary>Copyright 2011.</summary>
    <p>All pages and graphics on this web site are the property of W3School.</p>
</details>

描述文档细节.

3.ember

<embed src="helloworld.swf" />

嵌入内容.

4.figcaption

<figure>
    <figcaption>黄浦江上的的卢浦大桥</figcaption>
    <img src="shanghai_lupu_bridge.jpg" width="350" height="234" />
</figure>

用作文档中插图的图像,带有一个标题.

5.header

<header>
    details figcaption article
    embed
    <h1>Welcome to my homepage</h1>
    <p>My name is Donald Duck</p>
</header>

页眉.

6.mark

<p>Do not forget to buy <mark>milk</mark> today.</p>

加记号,类似i和b.

7.meter

<meter value="3" min="0" max="10"></meter><br>

类似于进度条

posted on 2017-06-22 14:45  QIHJ  阅读(154)  评论(0编辑  收藏  举报