<!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>

塔塔_0001
2014-08-19
0 回答
舉報
0/150
提交
取消