学习HTML,网页框架Frameset

本文介绍了一个简单的HTML框架页面实现案例,包括多个嵌套的框架结构及各子框架间的链接交互方式。

用记事本新建一个文本FrameA.txt,改后缀为htm

<html>

   <title>Frame A</title>
  
        <frameset cols=50%,*>
           
            <frame src="a.htm">Frame A</frame>
      
        <frameset rows=50%,* >
           
            <frame src="b1.htm" name=Frame_B>Frame_B</frame>     
            
            <frame src="c1.htm" name=Frame_C>Frame_C</frame>    
            
        </frameset>
     
   </frameset>

</html>

  注意:红色标出部分,  

 

 


新建第二个文本a.txt.

<html>
   <title>
      Frame A
   </title>

   <body>
      <p><a href="b.htm" target="Frame_B">输出文件到Frame_B中</a></p>
      <p><a href="c.htm" target="Frame_C">输出文件到Frame_C中</a></p>
    
   </body>


</html>

新建第三个文本b.txt.

<html>
  
   <p><title>Frame B</title></p>
   
   <p><body>File name:b1.htm</body></p>

   <p><body>Target=Frame_B  </body></p>
  
</html>

新建第四个文本c.txt.

<html>
  
   <p><title>Frame C</title></p>
   
   <p><body>File name:c1.htm</body></p>

   <p><body>Target=Frame_C  </body></p>
  
</html>

新建第五个文本c.txt.

<html>

   <title>Frame B</title>
  
   <body>
             
       <p>Frame B</p>
     
   </body>

</html>

 

新建第六个文本c.txt.

<html>

   <title>Frame C</title>
  
   <body>
             
       <p>Frame C</p>
     
   </body>

</html>

文本放在同一个文件夹内打开第一个文件Frame A即可

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值