IFrames

Shows a frame within a webpage

Makes navigation easier because the links never have to reload

<iframe></iframe> example: Code for iframe for this page is:
"<p align=center>
<iframe src=right.htm frameborder=0 name="iframe"
width=500 height=200></p>
</iframe><br>
<p align=center><b>
[<a href="right.htm" target=iframe
style=cursor:crosshair>HOME</a>]
[<a href="commands.htm" target=iframe
style=cursor:crosshair>COMMANDS</a>]
[<a href=color.htm target=iframe
style=cursor:crosshair>COLOR</a>]
[<a href="tables.htm" target=iframe
style=cursor:crosshair>TABLES</a>]
[<a href="how2frames.htm" target=iframe
style=cursor:crosshair>FRAMES</a>]
[<a href="css.htm" target=iframe
style=cursor:crosshair>CSS</a>]