size 属性
size 属性规定输入字段的尺寸(以字符计):
<form action=""> First name:<br> <input type="text" name="firstname" value ="John" size="90"> <br> Last name:<br> <input type="text" name="lastname"> </form>
结果:
标签:字段 orm form size col john 分享图片 com span
size 属性规定输入字段的尺寸(以字符计):
<form action=""> First name:<br> <input type="text" name="firstname" value ="John" size="90"> <br> Last name:<br> <input type="text" name="lastname"> </form>
结果:
标签:字段 orm form size col john 分享图片 com span
原文地址:https://www.cnblogs.com/wanlibingfeng/p/8456884.html