<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewpot" content="width=device-width,initial-scale=1.0"> <title>learn bootstrap</title> <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="google-code-prettify/prettify.css" rel="stylesheet"> </head> <body onload="prettyPrint()"> <script src="jquery1.11.3/jquery-1.11.3.min.js"></script> <script src="bootstrap/js/bootstrap.js"></script> <script src="google-code-prettify/prettify.js"></script> <div class="container"> <label class="radio"> <input type="radio" name="sex" value="male">男</label> <label class="radio"> <input type="radio" name="sex" value="female">女</label> <label class="radio"> <input type="radio" name="sex" value="other">其餘</label> </div> </body> </html>
單選框的name必須是同一個東西,表示是一個組的。css