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> 內容的左側和右側的空白邊距,以像素計。 | 
 HTML <iframe> 標籤
  HTML <iframe> 標籤
			