a标签
属性
- href(不是herf)老打错,淦
- 网址//google.com(推荐这种,浏览器会自动适配网站)或者http://google.com
- 路径/a; a/b; ./index.html
- 伪协议javascript:代码
- id
- target //根据字面意思都懂
_black;
_top;
_parent;
_self;
iframe标签,
内嵌窗口,老系统还在用;
img
响应式:max-width:100%
属性:alt/heigth/width/src
事件:onload/onerror
table
input 和 button 区别:
- thead 表头
- tbody 表体
- tfoot 表底
- tr 表换行
- th 表标题
- td 表数据
- <td colspan="2">A</td>A占俩格
tips
- 可以让表格合并,变好看一点
table{
border-collapse:collapse;
border-spacing:0;
}
- input 和 button 区别:
button 里面可以加其他标签,添加样式,input 不可以
感受
写的笔记参考了同学们的,
太久没用,既熟悉又陌生,加油干吧。