案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<p>Here comes a short quotation: <q>This is a short quotation</q></p>
5
6
<p>请注意,浏览器在引用的周围插入了引号。</p>
7
8
</body>
9
</html>
10