HTML iframe marginheight Attribute
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. |
HTML iframe marginheight Attribute
Reviewed by 1000sourcecodes
on
04:43
Rating: