Html程序  |  19行  |  515 B

<html>
  <head>
    <meta http-equiv="x-ua-compatible" content="chrome=1" />
  </head>
  <body>
    <p> Frames </p>
     Test of sub frame navigation
    <P> <A href="sub_frame1.html" target="x">Frame 1</A> </p>
    <P> <A href="sub_frame2.html" target="x">Frame 2</A> </p>
    <P> <A href="sub_frame3.html" target="x">Frame 3</A> </p>
    <P> <A href="sub_frame4.html" target="x">Frame 4</A> </p>
    <br>
    <br>
    <iframe src ="about:blank" name="x" width="400" height="200">
    </iframe>

  </body>
</html>