-
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%
- 作用
HTML常用标签
最新推荐文章于 2024-12-15 01:33:55 发布