您好,欢迎访问一九零五行业门户网

html之iframe使用的代码实例分享

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使用的代码实例分享的详细内容。
其它类似信息

推荐信息