Neueste Web-Entwicklung Tutorials
 

HTML <iframe> marginwidth Attribute

<HTML <iframe> -Tag

Beispiel

Ein <iframe> mit einem linken und rechten Rand von 50 Pixel:

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

Definition und Verwendung

Das <iframe> marginwidth Attribut wird in HTML5 nicht unterstützt. Verwenden Sie CSS statt.

Das marginwidth Attribut gibt die linken und rechten Rand des Inhalts eines <iframe> in Pixeln.


Browser-Unterstützung

Attribut
marginwidth ja ja ja ja ja

Das marginwidth Attribut ist veraltet, aber immer noch in allen gängigen Browsern unterstützt.


Syntax

<iframe marginwidth="pixels">

Werte Attribut

Wert Beschreibung
pixels Gibt die linken und rechten Rand des Inhalts ein <iframe>

<HTML <iframe> -Tag