码迷,mamicode.com
首页 > Web开发 > 详细

html学习

时间:2016-11-23 07:02:26      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:htm   html   div   href   ref   log   简单   标签   code   

a  标签有三种用法

            第一种  就是  作为  跳转用   

        

<body>
<a href="a.php"> hello </a>
</body>

 

             第二种  就是  作为  锚点用   

<a id="dian"> hello </a>
<p>hellohellohellohellohello</p>
<p>hellohellohellohellohello</p>
<p>hellohellohellohellohello</p><p>hellohellohellohellohello</p>
<p>hellohellohellohellohello</p>
<p>hellohellohellohellohello</p><p>hellohellohellohellohello</p>
<p>hellohellohellohellohello</p>
<a href="#dian"> dian </a>

          第三种  就是  作为  简单文件下载

<a href="./a.zip"> dian </a>

 

           

 

html学习

标签:htm   html   div   href   ref   log   简单   标签   code   

原文地址:http://www.cnblogs.com/securitybob/p/6092218.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!