這個區(qū)別 由于什么造成的?有 class="form-control"的區(qū)別?
<!doctype html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>表單控件——輸入框input</title>
? ? <link rel="stylesheet" >
</head>
<body>
<form role="form">
? <div>
? ? <input type="email" ?class="form-control"?placeholder="Enter email">
? ? <input type="text" ?class="form-control"?placeholder="userName">
?<input type="text" ?placeholder="userName">
? </div>
</form> ??
</body>
</html>
2015-11-09
你可以看一下CSS樣式就明白了,form-control寬100%,4px的圓角,還有其它樣式