W3Schools 在线编辑工具(TIY) V3.0
编辑的代码:
运行代码 »
©
w3s.com.cn
运行结果窗口大小:
300 x 150
<
html
>
<
body
>
<
iframe
src
="/example/html/demo_iframe.html"
name
="iframe_a"
>
<
p
>
Your browser does not support iframes.
<
/p
>
<
/iframe
>
<
a
href
="http://www.w3s.com.cn"
target
="iframe_a"
>
w3s.com.cn
<
/a
>
<
/body
>
<
/html
>
<html> <body> <iframe src="/example/html/demo_iframe.html" name="iframe_a"> <p>Your browser does not support iframes.</p> </iframe> <a href="http://www.w3s.com.cn" target="iframe_a">w3s.com.cn</a> </body> </html>