案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<h1 style="color:blue;text-align:center">This is a header</h1>
5
<p style="color:red">This is a paragraph.</p>
6
7
</body>
8
</html>
9