English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The marginwidth attribute specifies the left and right blank spacing of the <iframe> content in pixels. HTML5 The marginwidth attribute of <iframe> is not supported. Please use CSS instead.
<iframe> with left and right margins of30 pixels:
<iframe src="demo-iframe.html" marginwidth="30"></iframe>Test it out ‹/›
IEFirefoxOperaChromeSafari
All major browsers support the marginwidth attribute.
HTML5 The marginwidth attribute of <iframe> is not supported. Please use CSS instead.
The marginwidth attribute specifies the left and right spacing of the <iframe> content in pixels.
<iframe marginwidth="pixels">
Value | Description |
---|---|
pixels | Specify the left and right spacing of the <iframe> content in pixels. |