front-end
back-end
dev-ops
git
basic terminal usage
data structure&algorithms
SOLID,KISS,YAGNI
Github
Licenses
Semantic Versioning
SSH
HTTP/HTTPS and APIs
Design Patterns设计模式
Character Encodings
2019 web dev
https://github.com/kamranahmedse/developer-roadmap
HTML
CSS
Basic of Java Script
Packets Managers
-npm
-yorn
framework
-React js
-Angular
-Vue js
……
web tech
网站史
wayback machine
response
Content-Type: 表示后面的文档属于什么MIME类型
Content-Length: 告知文件大小
caniuse.com:测试feature各浏览器是否可用
1.html5
框架
(弃置)
target
| _blank | Load in a new window |
| _self | Load in the same frame as it was clicked |
| _parent | Load in the parent frameset |
| _top | Load in the full body of the window |
| framename | Load in a named frame |
一点点科普
: 强调
都加粗,对浏览器而言含义有别,优先加载之类的
对某些残疾人应用:strong会被念出来
换行
- ul无序
- 内元素大于外元素
- selctor高于元素,univereal selector=attribute selector=pseudo class=0-1-0
!这儿有疑问
- ol有序
css
list-style{}:list 序号样式