<!DOCTYPE html>
<html>
<body>

<p>ASP 可以输出 HTML 属性以及纯文本:</p>

<%
response.write("<p style='color:#0000ff'>这段文字有样式。</p>")
%>


</body>
</html>