标签为 "html" 的存档

HTML不常用标签属性备忘

<input type=”text” /> autocomplete打开或者关闭自动完成功能。

<a hideFoucs=”fasle”> 不显示focus虚线,只对IE有效。标准浏览器用CSS样式 outline: none;