Membuat Frame Dengan HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://galerigila.blogspot.com/">
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET cols="20%, 80%">
  <FRAMESET rows="100, 200">
      <FRAME src="http://galerigila.blogspot.com/">
      <FRAME src="http://galerigila.blogspot.com/">
  </FRAMESET>
  <FRAME src="http://galerigila.blogspot.com/">
  <NOFRAMES>
      <P>This frameset document contains:
      <UL>
         <LI><A href="http://galerigila.blogspot.com/">Some neat contents</A>
         <LI><IMG src="http://galerigila.blogspot.com/" alt="A neat image">
         <LI><A href="http://galerigila.blogspot.com/">Some other neat contents</A>
      </UL>
  </NOFRAMES>
</FRAMESET>
</HTML>


http://www.w3.org/TR/html401/present/frames.html