案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<p>WWF's goal is to:
5
<q cite="http://www.wwf.org">
6
build a future where people live in harmony with nature
7
</q> we hope they succeed.</p>
8
9
<p>请注意,浏览器在引用的周围插入了引号。</p>
10
11
</body>
12
</html>
13