案例:html案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body style="background-color:PowderBlue;">
3
4
<h1>Look! Styles and colors</h1>
5
6
<p style="font-family:verdana;color:red">
7
This text is in Verdana and red</p>
8
9
<p style="font-family:times;color:green">
10
This text is in Times and green</p>
11
12
<p style="font-size:30px">This text is 30 pixels high</p>
13
14
</body>
15
</html>
16