如何将单选按钮和标签排列在一行?

时间:2017-03-29 16:54:24

标签: html css radio-button

enter image description here

我正在为我现在正在工作的网页面对这个问题, 任何人都可以帮我解决这个问题

1 个答案:

答案 0 :(得分:1)



<label>Label 1
  <input type="radio" name="foo" value="Fooo" />
</label>
<br>
<label>Label 2
  <input type="radio" name="foo" value="Baar" />
</label>
&#13;
&#13;
&#13;