よく使うlabelとinputタグソース
- Category : coding > html/xhtml / 2007.07.31 Tue 15:58
- permalink
■チェックボックス
■ラジオボタン
<label for="">
<input type="checkbox" id="" name="" value="" />
</label>
■ラジオボタン
<label for="">
<input type="radio" id="" name="" value="" />
</label>






Comments