怎么设置才能跟百度首页似的让这些表单内容显示在网页正中间

来源:6-1 使用表单标签,与用户交互 - 使用<form>创建表单

多丽

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>


写回答 关注

3回答

  • 会飞de鱼
    2017-05-10 14:03:55
    已采纳

    用margin,只填充上和左

    多丽

    棒极了

    2017-05-10 14:18:23

    共 1 条回复 >

  • 多丽
    2017-05-10 14:20:47

    <form method="post" action="save.php" style="margin-top: 20em;margin-left: 53em">

  • 慕函数6122884
    2017-05-10 14:01:40

     <table aline="center"></table>

初识HTML(5)+CSS(3)-升级版

HTML(5)+CSS(3)基础教程8小时带领大家步步深入学习标签用法和意义

1225297 学习 · 18230 问题

查看课程

相似问题