<!DOCTYPE html>
<html>
<body>

<p>ASP can output HTML attributes as well as plain text:</p>

<%
response.write("<p style='color:#0000ff'>This text is styled.</p>")
%>


</body>
</html>