Iframe的使用
有时我们需要在一个含有6c04bd5ca3fcae76e30b72ad730ca86d的页面嵌入另一个界面 形成画中画的效果
<!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使用的代码实例分享的详细内容。更多信息请关注PHP中文网其他相关文章!