向文本添加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 集合的简单应用
- 如何使用来自表单的信息
- 带有单选按钮的表单