案例:CSS3 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<p>This is a normal paragraph</p>
5
<p style="font: caption">This is a paragraph with a "caption" font</p>
6
7
</body>
8
</html>
9