Latest web development tutorials

HTML iframe marginwidth Eigenschaft

HTML iframe-Tag-Referenzhandbuch HTML <iframe> -Tag

Beispiele

Mit 50 Pixel links und rechts weiße Ränder <iframe>:

<iframe src="demo_iframe.htm" marginwidth="50">
</iframe>

Versuchen »

Browser-Unterstützung

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Alle gängigen Browser unterstützen marginwidth Eigenschaft.


Definition und Verwendung

HTML5 unterstützt nicht die <iframe> marginwidth Eigenschaft. Verwenden Sie CSS statt.

marginwidth Attribut gibt die <iframe> Blank Ränder links und rechts Inhalt in Pixel.


Grammatik

<iframe marginwidth="pixels">

Eigenschaft Wert

描述
pixels 规定 <iframe> 内容的左侧和右侧的空白边距,以像素计。


HTML iframe-Tag-Referenzhandbuch HTML <iframe> -Tag