FREE Web Template Download
HTML CSS JAVASCRIPT SQL PHP BOOTSTRAP JQUERY ANGULARJS TUTORIALS REFERENCES EXAMPLES Blog
 

HTML <iframe> marginheight Attribute

HTML iframe Tag Reference HTML <iframe> tag

Example

An <iframe> with a top and bottom margin of 50 pixels:

<iframe src="demo_iframe.htm" marginheight="50">
</iframe>
Try it Yourself »

Definition and Usage

The <iframe> marginheight attribute is not supported in HTML5. Use CSS instead.

The marginheight attribute specifies the top and bottom margins of the content of an <iframe>, in pixels.


Browser Support

Attribute
marginheight Yes Yes Yes Yes Yes

The marginheight attribute is deprecated, but still supported in all major browsers.


Syntax

<iframe marginheight="pixels">

Attribute Values

Value Description
pixels Specifies the top and bottom margins of the content of an <iframe>

HTML iframe Tag Reference HTML <iframe> tag