HTML常用标签

85 阅读1分钟

a标签href取值

  • 网址
  • 路径 /a/b/c 以及a/b/c index.html以及./index.html
  • 伪协议javascript:代码 mailto:邮箱 tel:手机号
  • idhref=#xxx a标签target的取值
  • 内置_blank _top _parent _self
  • 程序员命名window的name iframe的name img标签
  • 作用:发出get请求展示一张图片
  • 属性alt height width src
  • 事件onload onerror table
  • 标签table thead tbody tfoot tr td th
  • 相关样式table-layout border-collapse border-spacing