IFRAME
Remember, this is for Floating Frames and is only seen in Internet Explorer
3.0 and above.
SRC - Page URL of the frame
<iframe src="navigation.htm">
NAME - Sets the
name of the frame for targets
<iframe name="main">
WIDTH - Sets the width of the frame
<iframe width="200">
HEIGHT - Sets the height of the frame
<iframe height="50%">
FRAMEBORDER - Sets the amount of 3D look
<iframe frameborder="0">
SCROLLING - Sets
scrolling of the frame
<iframe scrolling="no">
HSPACE - Sets
horizontal spacing around the frame
<iframe hspace="15">
VSPACE - Sets
vertical spacing around the frame
<iframe vspace="10">
ALIGN - Aligns the
frame left or right
<iframe align="right">
Floating Frames support a lot of the same attributes as Images, so learning is easy.