iframe

来源:互联网 发布:淘宝制作宝贝详情步骤 编辑:程序博客网 时间:2024/06/09 21:24

学习自传智播客视频教程--韩顺平老师

学习了frameset以后,再来玩一把iframe,iframe的作用是把不同的网页放在同一个网页中来显示

一图一代码:

 

代码如下:

 

<html>
<head>
<title>iframe</title>
</head>
<body>
<iframe  src="http://www.baidu.com"  width="50%" height="500px"/>
<iframe  src="http://www.taobao.com.cn" width="600px" height="500px"/>
</body>
</html>

0 0
原创粉丝点击