<!DOCTYPE html>
<html>
<body>

<p>ASP 可以輸出純文字:</p>

<%response.write("Hello World!")%>

</body>
</html>