哪位大神能把这个给制作出来?

来源:6-11 填完就可以提交咯 - 提交按钮

狂四郎

2016-11-23 14:19

就当是练手吧

http://img.mukewang.com/5835349e0001114e14190027.jpg

写回答 关注

3回答

  • start_learning
    2016-11-23 14:42:23

    <!DOCTYPE HTML>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <title>登录</title>

    </head>


    <body>

    <form method="post" action="">

       <label for="account">账号</label>

      <input type="text" name="account" id="account" />

      <label for="password">密码</label>

      <input type="password" name="password" id="password" />

      <input type="submit" id="login" value="登录"/>

      <span style="font-size:13px;color:gray;">忘记密码 | 免费注册</span>

      <span style="font-size:13px;color:gray;margin-left:100px;">生意宝 | 生意社 | 交易中心 |</span>

      <span style="font-size:13px;color:orange;">ChinaMedevice</span>

    </form>

    </body>

    </html>


  • 狂四郎
    2016-11-23 14:34:29

    少了右边部分


    start_...

    好吧,你稍等一下

    2016-11-23 14:37:36

    共 1 条回复 >

  • start_learning
    2016-11-23 14:30:46

    给你写了一个,不知道能不能帮到你。

    源代码如下:

    <!DOCTYPE HTML>

    <html>

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <title>登录</title>

    </head>


    <body>

    <form method="post" action="">

       <label for="account">账号</label>

      <input type="text" name="account" id="account" />

      <label for="password">密码</label>

      <input type="password" name="password" id="password" />

      <input type="submit" id="login" value="登录"/>

      <span style="font-size:13px;color:gray">忘记密码 | 免费注册</span>

    </form>

    </body>

    </html>


    狂四郎

    少了右边部分

    2016-11-23 14:35:13

    共 1 条回复 >

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

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

1225308 学习 · 18230 问题

查看课程

相似问题