Bootstrap在表单标签旁边添加纯文本

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = /bootstrap/css/bootstrap.min.css rel = stylesheet>
      <script src = /scripts/jquery.min.js></script>
      <script src = /bootstrap/js/bootstrap.min.js></script>
   </head>
   <body>
      <form class = form-horizontal>
         <div class = form-group>
            <label class = control-label col-sm-2 for = email>Email:</label>
            <div class = col-sm-5>
               <p class = form-control-static>[email protected]</p>
            </div>
         </div>
      </form>
   </body>
</html>

相关文章

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