< html > |
< head > |
< title >单选框、复选框2</ title > |
</ head > |
< body > |
< label for = "check1" >经常来这里</ label > |
< input type = "CHECKBOX" id = "check1" value = "often" name = "checkoften" > |
< br > |
< label for = "check2" >偶尔来看看</ label > |
< input type = "CHECKBOX" id = "check2" value = "seldom" name = "checkseldom" > |
</ body > |
</ html > |
by: 发表于:2018-01-22 09:50:27 顶(0) | 踩(0) 回复
??
回复评论