<!DOCTYPE html>
<html>
<body>
<p>ASP 既可以輸出 HTML 標籤,也可以輸出純文字:</p>
<%
response.write("<h1>Hello World!</h2>")
%>
</body>
</html>