如果标签在无线电之前进行样式化单选按钮 - <label> </label>然后<input type =“radio”/>

时间:2016-02-19 08:12:01

标签: button label radio

请用标签后面的造型单选按钮帮助我:

<div>
  <label for="radio">mylabel</label> 
  <input type="radio" class="myclass">
</div> 

无法在<label>之后放置<input=radio>,或在标签内放置无线电。首先需要在优先标签中设置样式单选按钮。

0 个答案:

没有答案