黄色电影一区二区,丰满熟妇AV,97成人资源,日韩在线性爱

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