Form input without an associated label or title attribute提示

一、使用webstom写input标签提示

当然这个错误可以忽略不计,但是遵循html5的标准,其实webstorm就是想要让你给 <input type="text" /> 或者 <textarea></textarea> 添加一个label或者添加 placeholder 属性

例如
<label><input type="text" value="请输入搜索内容" class="search-word" /></label>

<input type="text" value="请输入搜索内容" placeholder="请输入搜索内容" class="search-word" />

 

转自:https://zhidao.baidu.com/question/499115263721068444.html

 

python设置环境变量

https://zhuanlan.zhihu.com/p/93089405

posted @ 2018-03-31 19:52  TyiswMe  阅读(348)  评论(3编辑  收藏  举报