在HTML中用iframe标签引入另一个页面

    xiaoxiao2021-04-13  31

    <!--引用外部的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为页面的路径,这里是相对路径
    转载请注明原文地址: https://ju.6miu.com/read-669525.html

    最新回复(0)