HTML <iframe> marginwidth 属性
带有 50 像素左侧和右侧空白边距的 <iframe>:
<iframe src="demo_iframe.htm" marginwidth="50">
</iframe>
</iframe>
浏览器支持
所有主流浏览器都支持 marginwidth 属性。
定义和用法
HTML5 不支持 <iframe> marginwidth 属性。请使用 CSS 代替。
marginwidth 属性规定 <iframe> 内容的左侧和右侧的空白边距,以像素计。
语法
<iframe marginwidth="pixels">
属性值
值 | 描述 |
---|---|
pixels | 规定 <iframe> 内容的左侧和右侧的空白边距,以像素计。 |
版权声明:本页面内容旨在传播知识,为用户自行发布,若有侵权等问题请及时与本网联系,我们将第一时间处理。E-mail:284563525@qq.com