HTML表单的应用怎么设置 用户名框跟密码框同样长度
<tr><th>文本域</th><td><inputwidth="200"type="text"></td></tr><tr><th>密码域</th><td><input...
<tr>
<th>文本域</th>
<td>
<input width="200" type="text">
</td>
</tr>
<tr>
<th>密码域</th>
<td >
<input width="100' type="password">
</td>
</tr>
我这么设置后 俩个一样长 为什么不是双倍长度啊。。不设置width的话 俩个框还不一样长 展开
<th>文本域</th>
<td>
<input width="200" type="text">
</td>
</tr>
<tr>
<th>密码域</th>
<td >
<input width="100' type="password">
</td>
</tr>
我这么设置后 俩个一样长 为什么不是双倍长度啊。。不设置width的话 俩个框还不一样长 展开
1个回答
推荐于2018-08-22
展开全部
这里的width是字符宽度
你可以设置样式来控制input的宽度
<input type="text" style="width:100px;">
<input type="password"style="width:100px;">
这样就一样了
你可以设置样式来控制input的宽度
<input type="text" style="width:100px;">
<input type="password"style="width:100px;">
这样就一样了
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询