Frames are generated by three things: FRAMESET tags, FRAME tags, and Frame Documents.
A Frame Document has a basic structure very much like your normal HTML document, except the BODY container is replaced by a FRAMESET container which describes the sub-HTML documents, or Frames, that will make up the page.<HTML>
<HEAD>
</HEAD>
<FRAMESET>
</FRAMESET>
</HTML>