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