【问题标题】:How to arrange the Radio Button and the Label in a single line?如何将单选按钮和标签排列在一行中?
【发布时间】:2017-03-30 00:56:04
【问题描述】:

enter image description here

我现在正在工作的网页面临这个问题, 谁能帮我解决这个问题

【问题讨论】:

  • 请出示您的 html 和 css 源代码 - 没人能猜到。

标签: html css radio-button


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-08-09
    • 1970-01-01
    • 1970-01-01
    • 2015-01-25
    • 2013-07-05
    • 2022-07-01
    相关资源
    最近更新 更多