标签: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>
标签:htm html div href ref log 简单 标签 code
原文地址:http://www.cnblogs.com/securitybob/p/6092218.html