1. ù¹ø° ¼öÇà
¡äindex.html³ª main.html(¸ÞÀÎÈ­¸éÆÄÀÏ)¿¡ »ðÀÔ
<html>
  <head>
     <title>ÇÁ·¹ÀÓ³ª´©±â ¿¹Á¦</title>
  </head>
  <frameset rows="17%,*" border="0">
    <frame src="c1.html" scrolling="no" noresize>
<frameset rows="1*" cols="25%, 75%" border="0">
    <frame src="c2.html" name="left" scrolling="yes"
     marginwidth="10" marginheight="14" noresize>
    <frame src="c3.html" name="right" scrolling="yes"
     marginwidth="10" marginheight="14" noresize>
</frameset>
</html>


2. µÎ¹ø° ¼öÇà
¡äc1.htmlÀ̶ó´Â »õ·Î¿î html¿¡ ÀÛ¼º
<html>
  <head>
     <title>c1.html</title>
  <body>
  ¿©±â´Â c1.html ¹®¼­ÀÇ ³»¿ëÀÔ´Ï´Ù.
  </body>
</html>


3. ¼¼¹øÀç ¼öÇà
¡äc2.htmlÀ̶ó´Â »õ·Î¿î html¿¡ ÀÛ¼º
<html>
  <head>
     <title>c2.html</title>
  <body>
  ¿©±â´Â c2.html ¹®¼­ÀÇ ³»¿ëÀÔ´Ï´Ù.
  </body>
</html>



4. ³×¹øÀç ¼öÇà
¡äc3.htmlÀ̶ó´Â »õ·Î¿î html¿¡ ÀÛ¼º
<html>
  <head>
     <title>c3.html</title>
  <body>
  ¿©±â´Â c3.html ¹®¼­ÀÇ ³»¿ëÀÔ´Ï´Ù.
  </body>
</html>



¿¹Á¦ °á°ú º¸±â