如何在同一行中創建多個文本字段。同一行中的文本字段HTML
這是我的代碼:
<div class="col-lg-2">
<div class="form-group">
<label>Working experience</label>
<input type="text" class="form-control " placeholder="Year"/>Year
<input type="text" class="form-control " placeholder="Month"/>Month
<input type="text" class="form-control " placeholder="Day" />Day
</div>
</div>
您是否期待在同一列或行中? – lalithkumar