HTML-A标签_链接标签

<a href="https://www.baidu.com/" target="_blank">百度一下</a>

target的几种参数:

  1. _self  :  默认选项,在当前窗口打开
  2. _blank  :  在新的窗口打开
  3. _parent  :  在父窗口打开
  4. _top  : 在最顶层的窗口打开
  5. iframe的name属性值  : 在iframe中打开链接
  6. #name  :  跳转到id=name的元素上

发送邮件

<a href="mailto:406618060@qq.com?   //收件人
        cc=someoneelse@example.com   //抄送 可省略
        &bcc=andsomeoneelse@example.com  //密件抄送  可省略
        &subject=Summer%20Party    //标题
        &body=You%20are%20invited%20to%20a%20big%20summer%20party! //内容"  
></a>

跳转的几种实例

回到顶部或者锚点

<a href="https://www.baidu.com#item1">跳转到百度上id=item1的元素上</a>
<a href="#item1">跳转到id=item1的元素上</a>

跳出框架

<a href="https://www.baidu.com/" target="_top">跳出框架</a>

css中的样式管理

a:link{未访问的链接}
a:visited{已访问的链接}
a:hover{鼠标划过链接}
a:active{已选中的链接}
a{
    cursor:pointer; 鼠标变成小手
        http://www.w3school.com.cn/cssref/pr_class_cursor.asp
    text-decoration: none;隐藏下划线  
        underline:显示下划线  overline:显示为上划线 line-through:删除线
}

 

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值