html中怎么将标签左对齐,而文本框右对齐的
2个回答
展开全部
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
.box{width:260px;margin:50px auto;list-style:none;}
.box label{float:left;}
.box input{float:right; width:150px;}
</style>
</head>
<body>
<ul>
<li>
<label>密码:</label>
<input name='password' type='text' value=""/>
</li>
<li>
<label>用户名:</label>
<input name='name' type='text' value=""/>
</li>
<li>
<label>家里住址:</label>
<input name='address' type='text' value=""/>
</li>
</ul>
</body>
</html>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询