在 asp 中使用 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>
结果:
相关文章
- ASP File 对象
- ASP Line 属性
- ASP Close 方法
- ASP Write 方法
- ASP WriteLine 方法
- ASP DateLastAccessed 属性
- ASP SubFolders 集合
- ASP Cookies 集合
- ASP AddHeader 方法
- ASP StaticObjects 集合
- ASP Application_OnStart 和 Application_OnEnd 事件
- ASP DeleteFolder 方法
- ASP FolderExists 方法
- ASP GetBaseName 方法
- ASP GetDriveName 方法
- ASP GetSpecialFolder 方法
- ASP.NET HtmlImage 控件
- ASP.NET AutoPostBack 属性
- ASP.NET Items 属性
- 使用单选按钮的表单