【发布时间】:2020-02-12 22:30:41
【问题描述】:
我尝试了这个solution,但没有成功,有什么建议可以实现吗?
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"/>
<div class="form-row">
<div class="col-4">
<p>Signing on behalf of</p>
<label class="radio-inline" style="">
<input type="radio" name="optradio" checked="true" style="padding-left:15px;">A Company
</label>
<label class="radio-inline" style="padding-left:15px;">
<input type="radio" name="optradio" style="padding-left:15px;">An Individual
</label>
</div>
</div>
【问题讨论】:
-
注意:
<input>标签没有结束标签。您的 HTML 无效。
标签: html css bootstrap-4 radio-button