第1章 第376节 attr iframe marginheight

推荐给朋友

HTML <iframe> marginheight 属性

实例

带有 50 像素顶部和底部空白边距的 <iframe>

<iframe src="//www.nowcoder.com" marginheight="50">
</iframe>

尝试一下

浏览器支持

所有主流浏览器都支持 marginheight 属性。

定义和用法

HTML5 不支持 <iframe> marginheight 属性。请使用 CSS 代替。

marginheight 属性规定 <iframe> 内容的顶部和底部的空白边距,以像素计。

语法

<iframe marginheight="pixels">

属性值

描述
pixels 规定 <iframe> 内容的顶部和底部的空白边距,以像素计。