W3Schools 在线编辑工具(TIY) V3.0
编辑的代码:
运行代码 »
©
w3s.com.cn
运行结果窗口大小:
300 x 150
<
!DOCTYPE
HTML
>
<
html
>
<
body
>
<
p
>
Here is a quote from WWF's website:
<
blockquote
cite
="http://www.wwf.org"
>
WWF's ultimate goal is to build a future where people live in harmony with nature.
<
/blockquote
>
We hope that they succeed.
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE HTML> <html> <body> <p>Here is a quote from WWF's website: <blockquote cite="http://www.wwf.org"> WWF's ultimate goal is to build a future where people live in harmony with nature. </blockquote> We hope that they succeed. </p> </body> </html>