form-group
,作用為調整間距。<label>
上:不加BS4的Class<input>
本身:Class中加上form-control
<small>
上:加form-text
,作用為調整間距。ex:
<div class="form-group">
<label for="test">LABEL</label>
<input type="email" id="test">
<small>測試</small>
</div>
<small>
,不一定需要使用<small>
input
中的type
要寫清楚<select>
中加入屬性multiple
form-check
,作用為調整間距。<input>
本身:Class中加上form-check-input
<label>
上:Class中加上form-check-label
ex:
<div class="form-group">
<input type="checkbox" id="test">
<label for="test">LABEL</label>
</div>
<input>
和<label>
順序不要出錯form-check
後加form-check-inline
來實現