幕布斯1509990
2017-09-07 18:22
为啥本地的不行,显示有错误?这是问什么?
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>表单</title>
<link rel="stylesheet" href="./css/bootstrap.min.css">
<style type="text/css">
*{padding:0;margin: 0;}
</style>
</head>
<body>
<form role="form">
<div>
<label for="inputEmail3" class="col-sm-2 control-label">邮箱</label>
<div>
<input type="email" id="inputEmail3" placeholder="请输入您的邮箱地址">
</div>
</div>
<div>
<label for="inputPassword3" class="col-sm-2 control-label">密码</label>
<div>
<input type="password" id="inputPassword3" placeholder="请输入您的邮箱密码">
</div>
</div>
<div>
<div class="col-sm-offset-2 col-sm-10">
<div>
<label>
<input type="checkbox"> 记住密码
</label>
</div>
</div>
</div>
<div>
<div class="col-sm-offset-2 col-sm-10">
<button type="submit" class="btn btn-default">进入邮箱</button>
</div>
</div>
</form>
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>
知道了
玩转Bootstrap(基础)
314544 学习 · 2275 问题
相似问题