时间:2021-07-01 10:21:17 帮助过:28人阅读
- <!doctype html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="Generator" content="EditPlus">
- <meta name="Author" content="">
- <meta name="Keywords" content="">
- <meta name="Description" content="">
- <title>Document</title>
- </head>
- <body>
- <html>
- <body>
- <h1>hello,world</h1>
- <a href="http://www.taobao.com" target="iframe1" >连接到taobao</A><br/>
- <a href="demo10.html" target="iframe1" >demo10.html</A><br/>
- <iframe name="iframe1" src="http://www.baidu.com" width="500px" height="400px" />
- <iframe src="http://g.cn" width="400px" height="400px" />
- </body>
- </html>
- </body>
- </html>
以上就是html之iframe使用的代码实例分享的详细内容,更多请关注Gxl网其它相关文章!