html框架知识

来源:百度知道 编辑:UC知道 时间:2024/04/27 05:38:03
帮我具体解释一下这段代码的意思和功能<iframe name="I1" width="230" marginwidth="1" marginheight="0" src="name.htm" border="0" frameborder="0" height="418" scrolling="no">

<iframe name="I1" width="230" marginwidth="1" marginheight="0" src="name.htm" border="0" frameborder="0" height="418" scrolling="no">
这个是内嵌框架
name 这个框架的名称,可以在页面中用document.frames["I1"]来引用这个框架页
width 框架的宽度
marginwidth 边界宽度
marginheight 边界高度
src 框架显示的网页
border 边框大小
frameborder 框架页的边框大小
height 框架高度
scrolling 是否有滚动条