<FRAME> Frame
Description
This tag sets the properties of a new or existing frame window in the browser. The SCROLLING attribute determines whether a scrollbar appears at the side of the frame when the document length exceeds the frame height. When set to yes, a scrollbar appears regardless of the document length. When set to no, no scrollbar appears. When set to auto, the scrollbar will appear only when the document length exceeds the frame height.
Syntax
<FRAME [SRC=URL of the document to be loaded in this frame] [NAME=name assigned to this frame] [MARGINHEIGHT=vertical margin of the frame] [MARGINWIDTH=horizontal margin of the frame] [SCROLLING=yes|no|auto] [NORESIZE]>