单选题 在表单中包含性别选项,且默认状态为“男”被选中,下列正确的是(    )。
   A.<input type=checkbox name=sex enabled> 男
   B.<input type=checkbox name=sex checked> 男
   C.<input type=radio name=sex checked>男
   D.<input type=radio name=sex enabled>男
【正确答案】 C
【答案解析】