<!DOCTYPE html>
<html>
<body>

<p>ASP 可以輸出 HTML 屬性以及純文字:</p>

<%
response.write("<p style='color:#0000ff'>這段文字有樣式。</p>")
%>


</body>
</html>