案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<head>
3
<style>
4
#myHeader
5
{
6
color:red;
7
text-align:center;
8
}
9
</style>
10
</head>
11
<body>
12
13
<h1 id="myHeader">W3xue is the best!</h1>
14
15
</body>
16
</html>
17