码迷,mamicode.com
首页 > Web开发 > 详细

HTML5中的checkbox

时间:2014-12-27 23:12:55      阅读:363      评论:0      收藏:0      [点我收藏+]

标签:html5

HTML5中的checkbox

1、选中checkbox

(1)<input type="checkbox" checked/>


(2)<input type="checkbox" checked="checked"/>


(3)<input type="checkbox" checked=""/>


2、不选中checkbox

(1)<input type="checkbox" />

HTML5中的checkbox

标签:html5

原文地址:http://blog.csdn.net/you23hai45/article/details/42198967

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!