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