<!DOCTYPE html>
<html>
<body>
<%
response.write("<h2>您可以使用 HTML 标签来格式化文本!</h2>")
%>
<%
response.write("<p style='color:#0000ff'>这段文字使用 style 属性进行了样式设置!</p>")
%>
</body>
</html>