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