在HTML中用iframe标签引入另一个页面
<!–引用外部的html页面
width外部页面的宽度,
height外部页面的高度,
scrolling是否有滚动条,
noresize 属性规定用户无法调整框架的大小,
frameborder是否有边框–>
<iframe src=”work_02_template_top_top.html” width=”1000px” height= “65px” name=”topFrame”
scrolling=”No” noresize=”noresize” frameborder=”0″ id=”topFrame”></iframe>
src为页面的路径,这里是相对路径