案例:CSS案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style type="text/css">
4
h1 {
5
  font: 28px Verdana;
6
  color: blue background: red;
7
  }
8
</style>
9
</head>
10
11
<body>
12
<h1>This is heading 1</h1>
13
</body>
14
</html>
15