案例:CSS案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
h1 {font-family:Georgia, serif;}
5
</style>
6
</head>
7
8
<body>
9
<h1>This is heading 1</h1>
10
11
<p style="font-family: Times, TimesNR, 'New Century Schoolbook', Georgia,
12
 'New York', serif;">This is a paragraph.</p>
13
14
</body>
15
</html>
16