HTML <iframe> marginwidth 屬性
實例
帶有 50 像素左側(cè)和右側(cè)空白邊距的 <iframe>:
<iframe src="demo_iframe.htm" marginwidth="50">
</iframe>
</iframe>
嘗試一下 ?
瀏覽器支持
所有主流瀏覽器都支持 marginwidth 屬性。
定義和用法
HTML5 不支持 <iframe> marginwidth 屬性。請使用 CSS 代替。
marginwidth 屬性規(guī)定 <iframe> 內(nèi)容的左側(cè)和右側(cè)的空白邊距,以像素計。
語法
<iframe marginwidth="pixels">
屬性值
值 | 描述 |
---|---|
pixels | 規(guī)定 <iframe> 內(nèi)容的左側(cè)和右側(cè)的空白邊距,以像素計。 |
HTML <iframe> 標(biāo)簽
更多建議: