xxxxxxxxxx
<html>
<body>
<FONT COLOR=#ff0000><%
response.write("<h2>You can use HTML tags to format the text!</h2>")
%></FONT>
<FONT COLOR=#ff0000><%
response.write("<p style='color:#0000ff'>This text is styled with the style attribute!</p>")
%></FONT>
</body>
</html>