0810間距

来源:互联网 发布:aws centos 编辑:程序博客网 时间:2024/05/20 13:37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<title>无标题文档</title> 
<style> 
div {width:500px; height:500px; margin:0 auto; border:#000 solid 1px;} 
label { display:inline-block; width:100px;border:#000 solid 1px;} 
input { border:#000 solid 1px;} 
</style> 
</head> 
<body> 
<div> 
<p><label>账号</label><input type="text" /></p> 
<p><label>密码</label><input type="text" /></p> 
<p> 
<label>验证码</label><br /><input type="text" /><img src="" width="100" height="20" /> 
</p> 
</div> 
</body> 
</html>
原创粉丝点击