黄色电影一区二区,韩国少妇自慰A片免费看,精品人妻少妇一级毛片免费蜜桃AV按摩师 ,超碰 香蕉

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