html-notes
html-notes
HTML随手笔记
32 posts
佛系丹尼尔的随手笔记
Don't wanna be here? Send us removal request.
html-notes · 4 years ago
Text
href 目录
./ 当前目录 ../上级目录 ../../上级目录的上级目录 /站点根目录(也可以理解为最上级目录)
0 notes
html-notes · 4 years ago
Text
高效学习阶梯
Tumblr media
0 notes
html-notes · 4 years ago
Text
企业需求
Tumblr media
0 notes
html-notes · 4 years ago
Text
国内大厂职位与薪资
Tumblr media
0 notes
html-notes · 4 years ago
Text
前端职级与能力模型
Tumblr media
P5 P5+ P6 P6+ P7 P7+...
0 notes
html-notes · 4 years ago
Text
前端学习之路
Tumblr media Tumblr media
0 notes
html-notes · 4 years ago
Text
Microsoft Whiteboard好用
Tumblr media
0 notes
html-notes · 4 years ago
Text
Self Closing Tag
self closing tag which represent void, no value.
比如<br>,<img>等
0 notes
html-notes · 4 years ago
Text
Icon设定
Tumblr media
0 notes
html-notes · 4 years ago
Text
HTML Symbols
https://www.htmlsymbols.xyz/
0 notes
html-notes · 4 years ago
Text
Div container is a Block element
<div>
width=windows width
<br> & <hr>
0 notes
html-notes · 4 years ago
Text
Block and Inline
Block:
Block element width = device width /parent element的width
Tumblr media
Inline
Tumblr media
0 notes
html-notes · 4 years ago
Text
Comment 注释
Comment: <!-- -->
0 notes
html-notes · 4 years ago
Text
Select,DataList,TextArea
Tumblr media Tumblr media
0 notes
html-notes · 4 years ago
Text
Input needs to have name and value
Tumblr media
0 notes
html-notes · 4 years ago
Text
Input types&Attributes
Tumblr media Tumblr media
Input Types: checkbox, email, file. number, password, radio, range
Attributes: checked (radio&checkbox), max, min (number&range), maxlength, minlength (text&password), placeholder, required., value
0 notes
html-notes · 4 years ago
Text
Form 密码隐藏和显示
Tumblr media
0 notes