李爵士
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
- h1~h6 标题
- section 章节
- article 文章
- p 段落
- header 头部
- footer 脚部
- main 主要内容
- aside 旁支内容
- div 划分
- class 分类(标记)
- contenteditable 可编辑
- hidden 隐藏
- id 不到万不得已,不用id
- style 内联样式
- tabindex 按Tab切换
- title 鼠标悬停显示完整内容
- a 超链接
- strong 加粗(本身重要)
- em 斜体 (语气重要)
- code 让字体等宽
- pre 保留空格,回车,Tab
- ol+li 有序列表
- ul+li 无序列表
- dl+dt+dd 表格
- hr 分割线
- br 换行
- quote 引用
- blockquote 换行引用
- href
- target
- download
- rel=noopener
- 跳外部界面
- 跳内部瞄点
- 跳转到邮箱或电话
- src
- width/height二选一 (图不能变形)
- alt 无法加载图片的提示
- thead
- tbody
- tfoot
- tr 行
- th 行表头
- td 行数据
- table-layout: fixed/auto;
- border-collapse: collapse; /* 合并边框 */
- border-spacing: 0; /* 边框空隙*/
重装系统,耽误了点学习时间,后面要加快速度了