Twitter の Bootstrap を使用して、電子メールのサインアップ フォームを作成しています。
興味のある製品の選択オプションを作成するように依頼されました.
<label>Products interested in:</label>
<select>
<option>Select all</option>
<option>Product A</option>
<option>Product B</option>
<option>Other</option>
</select>
ご覧のとおり、そのままでは機能しないオプションが 2 つあります。
A) すべて選択 B) その他
これらのオプションを実装する方法を教えてもらえますか?