<!DOCTYPE html>
<html>
<body>

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


</body>
</html>