The following attributes can be applied to the <FRAME>
element
for additional control.
SCROLLING="yes|no|auto"
This attribute allows you to give the frame a scrollbar or not. The default
is 'auto', which lets the browser decide whether the frame needs
scrollbars and display them where necessary.
NORESIZE
This attribute will prevent the user from resizing the frame. By default the
user can resize frames by dragging the the frame edge to a new position.
MARGINWIDTH=pixels
This attribute sets the left and right frame margins in pixels. By default,
the browser will decide upon appropriate margin sizes.
MARGINHEIGHT="pixels"
This attribute sets the top and bottom frame margins in pixels. By default, the
browser will decide upon appropriate margin sizes.