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