Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
liテキストボックスの横にメッセージを表示するために、リストの右側にテキスト項目をスパンしようとしています。
li
<li class="name"> <label for="name">Name:</label> <input type="text" name="name" id="name" /> <span id="nameInfo"></span> </li>
メッセージはテキストボックスの下部にのみ表示されます。ありがとう。