Search w3schools.com:

SHARE THIS PAGE

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="50px">
</iframe>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The marginheight attribute is supported in all major browsers.


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.


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

Your suggestion:

Close [X]

Thank You For Helping Us!

Your message has been sent to W3Schools.

Close [X]