私は個人的な使用のためにウェブサイトをやっています。テーブルを使用せずにラベルの横にテキスト ボックスを設定する方法について、アシスタントが必要です。それらは独自の部門タグにあります
<div id="outter">
<div class="1">
Fill out and submit the form below and we will contact you a.s.a.p.
</div>
<div class="2">
<label> Name: </label>
</div>
<div class="2">
<input name="name" type="text" class="3" >
</div>
</div>
これを取得しようとしています:
[input box 1] label 1
[input box 2] label 2
より良い詳細へのリンクはこちら