W3Schools 在线编辑工具(TIY) V3.0
编辑的代码:
运行代码 »
©
w3s.com.cn
运行结果窗口大小:
300 x 150
<
html
>
<
body
>
<
p
>
Here comes a short quotation:
<
q
>
This is a short quotation
<
/q
>
<
/p
>
<
p
>
请注意,浏览器在引用的周围插入了引号。
<
/p
>
<
/body
>
<
/html
>
<html> <body> <p>Here comes a short quotation: <q>This is a short quotation</q></p> <p>请注意,浏览器在引用的周围插入了引号。</p> </body> </html>