同じ行に複数のテキストフィールドを作成する方法。同じ行のテキストフィールド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