源代码:
<% response.write("
You can use HTML tags to format the text!
") %>
<% response.write("
This text is styled with the style attribute!
") %>
运行结果:
<% response.write("
You can use HTML tags to format the text!
") %>
<% response.write("
This text is styled with the style attribute!
") %>