html中表单input怎么对齐?
input两个红框怎么对齐?================================================<!doctypehtml><html><he...
input两个红框怎么对齐?
================================================
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
div{ width:400px;
border:#F90 solid 1px;
font:180% "仿宋";
margin:auto;
padding:10px;
text-align: left;
}
input{ font:50% "楷体"; border:#F00 1px solid; } /*表单内的字体*/
</style>
</head>
<body>
<div>
<form action="..." method="post">
输入用户名:<input name="o1" type="text" size="20" maxlength="12">
<br>
输入邮箱地址:<input name="o2" type="text" size="20" maxlength="20"> <!--设置输入文本的表单域-->
</form>
</div>
</body>
</html> 展开
================================================
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档</title>
<style type="text/css">
div{ width:400px;
border:#F90 solid 1px;
font:180% "仿宋";
margin:auto;
padding:10px;
text-align: left;
}
input{ font:50% "楷体"; border:#F00 1px solid; } /*表单内的字体*/
</style>
</head>
<body>
<div>
<form action="..." method="post">
输入用户名:<input name="o1" type="text" size="20" maxlength="12">
<br>
输入邮箱地址:<input name="o2" type="text" size="20" maxlength="20"> <!--设置输入文本的表单域-->
</form>
</div>
</body>
</html> 展开
1个回答
2016-08-16 · 百度知道合伙人官方认证企业
育知同创教育
1【专注:Python+人工智能|Java大数据|HTML5培训】 2【免费提供名师直播课堂、公开课及视频教程】 3【地址:北京市昌平区三旗百汇物美大卖场2层,微信公众号:yuzhitc】
向TA提问
关注
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询