Iframe标记,又叫浮动帧标记,你可以用它将一个HTML文档嵌入在一个HTML中显示
<html>
<frameset cols="25%,50%,25%">
<frame src="/example/html/frame_a.html"> <frame src="/example/html/frame_b.html"> <frame src="/example/html/frame_c.html">
</frameset>
</html>
posted on 2015-10-29 17:59 kebizhanmushi 阅读(147) 评论(0) 收藏 举报