html中的label配合checkbox,redio用法

<input id="a1" type="checkbox" name="a" value="33023" /> 
<label for="a1">.NET Framework 2.0</label> 
 
<input id="a2" type="checkbox" name="a" value="33024" /> 
<label for="a2">其他.NET2.0文章</label> 
 
<input id="a3" type="checkbox" name="a" value="33035" /> 
<label for="a3">Compact Framework 2.0</label> 
 
<input id="a4" type="checkbox" name="a" value="" /> 
<label for="a4">取消选择</label

 

posted @ 2014-05-15 17:04  麦田守望者~  阅读(889)  评论(0编辑  收藏  举报