为了账号安全,请及时绑定邮箱和手机立即绑定
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>表单控件(复选框和单选按钮水平排列)</title>
</head>

<body>
<form class="form-horizontal" role="form">
<label class="redio-inline">
    <input type="radio" name="sex" value="male">男
</label>
<label class="redio-inline">
    <input type="radio" name="sex" value="female">女
</label>
<label class="redio-inline">
    <input type="radio" name="sex" value="else">其他
</label>
</form>
</body>
</html>


正在回答

0 回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信