Definition and Usage The marginheight attribute specifies a margin between the content and the top and bottom of the iframe. Syntax ...
Definition and Usage
The marginheight attribute specifies a margin between the content and the top and bottom of the iframe.
Syntax
<iframe marginheight="pixels"> |
Syntax Example
<iframe marginheight="30px"> |
Attribute Values
Value | Description |
pixels | Specifies the top and bottom margin of the iframe in pixels.Note: You cannot set a different value for top and bottom margin with this attribute. |