HTML常用标签

  • a标签的用法
    a标签的属性:href target download rel=noopener
    a标签的作用:跳转外部页面 跳转内部锚点 跳转到邮箱或电话等
    a的href的取值

    • 网址
      https://google.com
      http://google.com
      //google.com
    • 路径
      /a/b/c以及a/b/c
      index.html以及./index.html
    • 伪协议
      javascript:代码;
      mailto:邮箱
      tel:手机号
    • id
      href=#xxx

    a的target的取值

    • 内置名字
      _blank
      _top
      _parent
      _self
    • 程序员命名
      window的name
      iframe的name

    a的download

    • 作用
      不是打开页面 而是下载页面
    • 问题
      不是所有浏览器都支持 尤其是手机浏览器
  • table

    • 相关的标签
      table
      thead
      tbody
      tfoot
      tr
      td
      th
    • 相关的样式
      table-layout
      border-collapse
      border-spacing
  • img标签

    • 作用
      发出get请求 展示一张图片
    • 属性
      alt/height/width/src
    • 事件
      onload/onerror
    • 响应式
      max-width:100%
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值