如何在html文件中包含其他html文件
1个回答
展开全部
IFrame
框架的形式
<iframe name="toppage" width=100% height=30 marginwidth=0 marginheight=0 src="top.htm" ></iframe>
iframe也称作嵌入式框架,嵌入式框架和框架网页类似,它可以把一个网页的框架和内容嵌入在现有的网页中。它与<frame>不同的是,iframe可以嵌在网页中的任意部分。
属性: name="..."定义的名字
scr="..."定义显示的内容的来源
frameborder="..."定义边界(0或1)
margwidth="..."设置边界和其中内容之间的宽间距
margheight="..."设置边界和其中内容之间的高间距
align="..."控制对齐方式(left, center, right, justify)
noresize="..."使帧的尺寸不能变
scrolling="..."设置滚动条的表示方式(auto, yes, no)
height="..."高度
width="..."宽度
allowtransparency="true"是否允许透明
2.<object>
<object type="text/x-scriptlet" data="top.htm" width=100% height=30></object>
或
<object id=editBox data="http://evil.2ec.cn/" width="100%" height=500 type=text/x-scriptlet>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询