為什么我沒有水平排列
<!DOCTYPE html>
<html>
<head>
?? ?<meta charset="UTF-8">
?? ? <link href="css/bootstrap.min.css" rel="stylesheet">
?? ?<title>表單</title>
</head>
<body>
<from>
<div>
<label for="">這是一個輸入框:</label>
<input type="text" placeholder="這是一輸入框">
</div>?? ?
<div>
<label for="">這是一個輸入框:</label>
<textarea name="" id="" cols="30" rows="10"></textarea>
</div>?? ?
<div>
<label for="">這是一個輸入框:</label>
<input type="text" placeholder="這是一輸入框">
</div>?? ?
<div>
<label for="">這是一個輸入框:</label>
<select name="" id="">
<option value="">北京</option>
<option value="">北京</option>
<option value="">北京</option>
<option value="">北京</option>
<option value="">北京</option>
</select>
</div>
</from>?? ?
</body>
</html
2017-09-19
已經(jīng)發(fā)行出錯的地方from-group應(yīng)該是form-group,只是為什么我上面發(fā)的代碼黏貼,為什么很多樣式的代碼自動不見了,求解。我是ctrl+v復(fù)制代碼的