<iframe src="" marginwidth="" marginheight="">
The marginwidth and marginheight attributes of the IFRAME element specifies the margins in the iframe.
<iframe src="example.html" marginwidth="10" marginheight="10"></iframe>
Attribute |
Value |
Explanation |
marginwidth=" " |
pixels |
the left and right margins in the iframe |
marginheight=" " |
pixels |
the top and bottom margins in the iframe |
Example