input中size是什么意思 有什么用
错了 是<input type="text" size="16" >和<input type="password" size="16" />
size 属性规定输入字段的宽度。
对于 <input type="text"> 和 <input type="password">,size 属性定义的是可见的字符数。而对于其他类型,size 属性定义的是以像素为单位的输入字段宽度。
属性--具体参考各个空间属性!去看看帮助文档吧
给你推荐个网站http://www.w3school.com.cn/,这上面都有介绍,自己看吧