Bootstrap静态控件

<form class = form-horizontal role = form>
   <div class = form-group>
      <label class = col-sm-2 control-label>Email</label>

      <div class = col-sm-10>
         <p class = form-control-static>[email protected]</p>
      </div>

   </div>

   <div class = form-group>
      <label for = inputPassword class = col-sm-2 control-label>Password</label>

      <div class = col-sm-10>
         <input type = password class = form-control id = inputPassword placeholder = Password>
      </div>

   </div>
</form>

相关文章

<!DOCTYPE html> <html> <head> <titl...
<!DOCTYPE html> <html> <head> <titl...
<!DOCTYPE html> <html> <head> <titl...
<!DOCTYPE html> <html> <head> <titl...
<!DOCTYPE html> <html> <head> <titl...
<!DOCTYPE html> <html> <head> <titl...