案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style>
4
body
5
{
6
font-size:50px;
7
}
8
</style>
9
</head>
10
<body>
11
12
<h1>This is a header(注释:标题不受 font-size 属性的影响)</h1>
13
<p>This is a paragraph.</p>
14
15
</body>
16
</html>
17