常用的实体字符+媒体标签+图片标签


  

  1. 常用的实体字符: 

     空格       
    小于号     <
    大于号    >
-----------------------------
    人民币    ¥
    版权      ©
    商标      ®

 

<body>
&nbsp;&nbsp;&nbsp;&nbsp;段落标签是使用&lt;p&gt;标"签"<br/>

该毛衣的价格:&yen;298<br/>

<<深入javaweb>>该书版权归属于:&copy;张孝祥

<hr/>

本次活动最后的解释器归属于:&reg;传智播客


</body>

2.媒体标签:

<embed></embed>  
        hidden : 设置隐藏插件是否隐藏。
        src :用于指定音乐的路径

   <embed src="1.mp3" ></embed>
   
   <marquee> 飘动标签
           direction : 指定飘动的方向
        scrollamount : 指定飘动的速度。
        loop   :指定飘动的次数

 <marquee  loop="-1" scrollamount="30" direction="right"><font size="+6" color="red"> 我飞起来了...</font></marquee>

3.图片标签:

img标签常用的属性:
    width: 设置图片宽度
    height  设置图片高度    
    alt:    如果图片资源无法找到,那么就显示对应的文字对图片进行说明。

热点图:
     <area shape="rect" coords="171,178,304,227" href="http:\\www.baidu.com" target="_blank" />
    <area shape="circle" coords="189,135,27" href="蓝天白云.html" target="_blank" />

<img  src="11.jpg"  alt="这个是路飞" width="400" height="300" border="0" usemap="#Map" />
    <map name="Map" id="Map">
      <area shape="rect" coords="171,178,304,227" href="http:\\www.baidu.com" target="_blank" />
      <area shape="circle" coords="189,135,27" href="蓝天白云.html" target="_blank" />
    </map>

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值