<!DOCTYPE html>
<html>
<body>
<p>ASP 既可以输出 HTML 标记,也可以输出纯文本:</p>
<%
response.write("<h1>Hello World!</h2>")
%>
</body>
</html>