html中frame、常用标记、普通超链接的使用

网页源代码
HelloWeb.html(框架)

<html>
<head><title>web page used to exercise!</title></head>

<frameset cols="50%,*"> <!--框架的设计-->
<frame name ="left" src="new.htm"><!--src一定要写成文件的形式,不能写成D:\new.htm之类的,否则frame中是空白的。-->
<frame name ="right" src="new1.htm">
</frameset>

<noframes> Here is a description of what you are missing since your browser doesn’t support frames.
</noframes> 
</html>

框架的源代码:
new.htm(常用标记汇集)

<html>
    <head>
        <title>Example 1</title>
    </head>
    <!-- Here is a comment -->
    <body>
        <h1>This is an example of an HTML page</h1>
        <p>Here is <b>emphasized</b> text and there is also     <i>italic</i> text here. 
        <BLOCKQUOTE> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa <br> aaaaaaaaaaaaaaaaaaaaaaaaaaa <br> aaaaaaaaaaaaaaaaaaaaaaaaaaaa</BLOCKQUOTE> 
    <br> Here is a new line </p>
    <p>Is this <font color= "blue" face=Arial size=70>easy</font>? 
    <p><hr WIDTH=1000  SIZE=2  ALIGN=LEFT color="red">And some parting words... Good Bye
</body>
</html>


new1.htm(普通超链接)

<html>
    <head>
    <title>New HTML Document</title>
    </head>

    <body>
    <h1><Font face=impact color=green> There is a new Link</font></h1>
    <h3><font face=arial><A HREF="HelloWeb.html" target="_blank">Frame example again !</A></font></h3><!--target="_blank"是将超链接显示在新建标签页上-->
    </body>
</html>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值