请教一下该如何使用webApi将一个页面弄好?

webApi如何将一个页面做好


MM们
浏览 829回答 3
3回答

30秒到达战场

<iframe src="你要嵌套的页面.html" frameborder="0" width="300" scrolling="No" height="200" leftmargin="0" topmargin="0"></iframe>scrolling禁止鼠标滑动,frameborder嵌套页面边框,leftmargin左边距; topmargin上边距

白板的微信

用iframe 元素会创建包含另外一个文档的内联框架(即行内框架)。下面是 iframe的属性与值以及描述align left,right,top,middle,bottom 不赞成使用。请使用样式代替。规定如何根据周围的元素来对齐此框架。frameborder 10 规定是否显示框架周围的边框。height pixels% 规定 iframe 的高度。longdesc URL 规定一个页面,该页面包含了有关 iframe 的较长描述。marginheight pixels 定义 iframe 的顶部和底部的边距。marginwidth pixels 定义 iframe 的左侧和右侧的边距。name frame_name 规定 iframe 的名称。sandbox ""allow-formsallow-same-originallow-scriptsallow-top-navigation 启用一系列对 <iframe> 中内容的额外限制。scrolling yesnoauto 规定是否在 iframe 中显示滚动条。seamless seamless 规定 <iframe> 看上去像是包含文档的一部分。src URL 规定在 iframe 中显示的文档的 URL。srcdoc HTML_code 规定在 <iframe> 中显示的页面的 HTML 内容。width pixels% 定义 iframe 的宽度。
打开App,查看更多内容
随时随地看视频慕课网APP