在 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 屬性
- 使用單選按鈕的表單