<!DOCTYPE html>
<html>
<body>
<p>ASP can output HTML tags as well as plain text:</p>
<%
response.write("<h1>Hello World!</h2>")
%>
</body>
</html>