首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

html radio 默许选中

2012-09-04 
html radio 默认选中设置html radio 默认选中的方法:添加checked 属性,设置为 true,如下代码所示:input c

html radio 默认选中
设置html radio 默认选中的方法:添加checked 属性,设置为 true,如下代码所示:

<input checked="true" type="radio" name="radiobutton" value="radiobutton" />

热点排行