精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

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

結果:

You can use HTML tags to format the text!

This text is styled with the style attribute!

相關文章