a标签的用法
它的作用可以
- 跳转外部页面
- 跳转内部锚点
- 跳转到邮箱或电话等
它的属性
- href 要跳转的网址 路径 伪协议 id
- target 指定在哪个窗口打开超链接内 内置的有_blank _top _parent _self
img标签的用法
作用 发出get请求,展示一张图片
属性 alt/height/wudth/src
事件 onload/onerror
响应式 max-width:100%
永远不要让图片变形
table标签用法
作用 制作表格 相关的标签
- table
- thead
- tbody
- tfoot
- tr
- td
- th
相关的样式
- table-layout
- border-collapse
- border-spacing
感想
了解学习各种常用标签作用和用法才能灵活运用