ASP Set Type of content

Set Type of content

<%
Response.ContentType="text/html"
%>
<html>
<body>

<p>Test the content type

</body>
</html>