标签:rip 产生 section print 开启 str mil 链接 关闭
<article>
<h1>标题</h1>
<p>征文内容</p>
</article>
<p>My family and I visited The Epcot center this summer.</p>
<aside>
<h4>Epcot Center</h4>
<p>The Epcot Center is a theme park in Disney World, Florida.</p>
</aside>
//如果没有summary标签,列表的名字为“详细信息”,列表默认是关闭的,除非在details中设置open
//details中的内容永远是一个列表
<details>
<summary>这是一个列表</summary>
<p>点开就看到了</p>
</details>
<dialog open>这是个对话框</dialog>
//用来标记文档中的一个图像
<figure>
<img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
</figure>
<!-- <figure> 元素标记文档中的一个图像。<figure> 元素带有一个标题
<figure>-->
<img src="img_pulpit.jpg" alt="The Pulpit Rock" width="304" height="228">
<figcaption>Fig1. - A view of the pulpit rock in Norway.</figcaption>
</figure>
<nav>
<a href="/html/">HTML</a> |
<a href="/css/">CSS</a> |
<a href="/js/">JavaScript</a> |
<a href="/jquery/">jQuery</a>
</nav>
下载进度:<progress value="10" max="100"></progress>
标签:rip 产生 section print 开启 str mil 链接 关闭
原文地址:http://www.cnblogs.com/yang-xiao-fan/p/7098400.html