代码改变世界

随笔分类 -  HTML

上传文件大小

2018-04-26 09:46 by 清风221, 217 阅读, 收藏,
摘要: <input type="file" class="form-control" id="avatar-upload" multiple accept=".perl,.sh,.bat,.py,.txt" name="publish" placeholder="请选择" autocomplete="of 阅读全文

input密码自动填充

2018-04-26 09:45 by 清风221, 1448 阅读, 收藏,
摘要: 自动填充样式修改 input: -webkit - autofill, input: -webkit - autofill: hover, input: -webkit - autofill: focus, input: -webkit - autofill: active { -webkit - 阅读全文

HTML标签的三种类型

2017-12-21 14:53 by 清风221, 2380 阅读, 收藏,
摘要: HTML的行内元素,行内块元素,块级元素 阅读全文