HTML iframe marginwidth 屬性
HTML <iframe>marginwidth屬性
HTML <iframe> 標簽
實例
帶有 50 像素左側和右側空白邊距的 <iframe>:
<iframe src="demo_iframe.htm" marginwidth="50">
</iframe>
</iframe>
瀏覽器支持
所有主流瀏覽器都支持 marginwidth 屬性。
定義和用法
HTML5 不支持 <iframe> marginwidth 屬性。請使用 CSS 代替。
marginwidth 屬性規定 <iframe> 內容的左側和右側的空白邊距,以像素計。
語法
<iframe marginwidth="pixels">
屬性值
值 | 描述 |
---|---|
pixels | 規定 <iframe> 內容的左側和右側的空白邊距,以像素計。 |
HTML <iframe> 標簽