The iframe element creates an inline frame. This means that the frame can be embedded anywhere within your document and not be contained with in a frameset.
align
Value(s) : left | right | top | middle | bottom
This specifies how the iframe will be aligned.
frameborder
Value(s) : 0 | 1
Specifies whether or not to display a border
height
Value(s) : pixels | percentage
This sets the height to use for the iframe.
longdesc
Value(s) : URL
This sets a link to a document with a long description of the frame contents.
marginheight
Value(s) : pixel
Sets the top and bottom margins of the iframe.
marginwidth
Value(s) : pixel
Specifies the left and right margins of the iframe.
name
Value(s) : frame name
Sets a unique name for the iframe.
scrolling
Value(s) : yes | no | auto
Specifies the characteristics of the frames scrollbars. The auto value will only scroll when the document overflows the width or height of the iframe.
src
Value(s) : URL
The link to the source to display in the iframe's content.
width
Value(s) : pixel | percent
Specifies the width of the iframe.