首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    bootstrap 登录注册表单 常用

    <!doctype html> <html> <head> <meta charset="utf-8"> <title>联想控股</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> </head> <body> <form class="form-horizontal" role="form">

    <label for="inputPassword3" class="col-sm-2 control-label">Password</label>
    <input type="password" class="form-control" id="inputPassword3" placeholder="Password">
    <label> <input type="checkbox"> Remember me </label>
    </form> </body> </html>

    01
    领券