多丽
2017-05-10 13:55
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表单标签</title>
</head>
<body>
<form method="post" action="save.php">
<label for="username">用户名:</label>
<input type="text" name="username" id="username" value="" />
<label for="pass">密码:</label>
<input type="password" name="pass" id="pass" value="" />
<input type="submit" value="确定" name="submit" />
<input type="reset" value="重置" name="reset" />
</form>
</body>
</html>
用margin,只填充上和左
<form method="post" action="save.php" style="margin-top: 20em;margin-left: 53em">
<table aline="center"></table>
初识HTML(5)+CSS(3)-升级版
1225297 学习 · 18230 问题
相似问题