Bootstrap表单控件使用方法详解
表单作为Bootstrap的核心内容,主要功能是用来与用户做交流的一个网页控件,良好的表单设计能够让网页与用户更好的沟通。 <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css"> <div class="form-group"> <div class="form-group"> <label class="checkbox-inline"> <label class="checkbox-inline"> <div class="form-group"> <label class="radio-inline"> <label class="radio-inline"> <div class="form-group"> <div class="col-md-10 col-md-offset-2"> <script src="bootstrap/js/jquery.min.js"> |