align - This specifies the alignment
of text following the FRAME reference relative to the FRAME on the
screen. LEFT and RIGHT alignment specify floating horizontal
alignment of the frame in the browser window, and subsequent text in
the document will wrap around the frame. The other values specify
vertical alignment of text relative to the frame on the same line.
frameborder - This attribute gives
the author the option of whether or not to have a border around the
frame.
height - This attribute explicitly
specifies the height of the frame in pixels. It can be used to speed
up display of the document being downloaded so it can pre-render the
document without the frame while the frame downloads.
hspace - This attribute specifies
the horizontal spacing around the frame in pixels (left and right
padding.)
longdesc - This attribute specifies
the URL of a longer description of the contents of the IFRAME
specified in the SRC attribute. This would allow long passages of
descriptive narrative with markup for the content of the IFRAME.
marginheight - This attribute
specifies the horizontal spacing INSIDE the frame in pixels (left
and right padding.)
marginwidth - This attribute
specifies the vertical spacing INSIDE the frame in pixels (top and
bottom padding.)
name - The optional Name attribute
indicates the symbolic name assigned to the current frame for
reference by the browser when other links target the frame as a
destination. Default behavior for all FRAME documents is to be
unnamed. Named frames can serve as a destination of links via the
TARGET attribute within the A, AREA, BASE, and FORM tags.
scrolling - This attribute provides
guidelines for displaying a scrollbar in the frame for the user.
src - This attribute represents the
URL of the current frame document. An IFRAME tag with no SRC
attribute will display a blank space where the iframe would be.
vspace - This attribute specifies
the vertical spacing around the frame in pixels (top and bottom
padding.)
width - This attribute explicitly
specifies the width of the frame in pixels. It can be used to speed
up display of the document being downloaded so it can pre-render the
document without the frame while the frame downloads.