案例:ASP/ADO案例     状态:不可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
<%
4
response.write("<h2>您可以使用 HTML 标签来格式化文本</h2>")
5
%>
6
7
<%
8
response.write("<p style='color:#0000ff'>这段文本的样式是通过 style 属性添加的。</p>")
9
%>
10
</body>
11
</html>