首頁  >  文章  >  web前端  >  html radio单选框默认选中

html radio单选框默认选中

WBOY
WBOY原創
2016-06-01 09:53:268853瀏覽

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

<code class="language-html"><input checked type="radio" name="radiobutton" value="radiobutton">  </code>

 

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn