69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

向文本添加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>

結(jié)果:

You can use HTML tags to format the text!

This text is styled with the style attribute!

相關(guān)文章