向文本添加html
代碼:
<!DOCTYPE html><html>
<body>
<%
response.write("<h2>You can use HTML tags to format the text!</h2>")
%>
<%
response.write("<p style='color:#0000ff'>This text is styled with the style attribute!</p>")
%>
</body>
</html>
結果:
You can use HTML tags to format the text!
This text is styled with the style attribute!
相關文章
- ASP 程序
- ASP 引用文件
- ASP Content Rotator
- ASP 教程
- ASP AtEndOfLine 屬性
- ASP CompareMode 屬性
- ASP Clear 方法
- ASP StaticObjects 集合
- ASP Drives 屬性
- ASP GetFile 方法
- ASP GetFileName 方法
- ASP GetSpecialFolder 方法
- ASP.NET HtmlInputHidden 控件
- ASP.NET HtmlTextArea 控件
- ASP URLEncode 方法
- ASP.NET Items 屬性
- welcome cookie
- form 集合的簡單應用
- 如何使用來自表單的信息
- 帶有單選按鈕的表單