Bootstrap 塊級幫助文字


Bootstrap 表單控制元件可以帶有塊級幫助文字,該文字與輸入項一起流動。若要新增一整塊寬度的內容,請在 <input> 後面使用 .help-block。

以下示例演示了這一點

示例

即時演示

<!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 role = "form">
         <span>Example of Help Text</span>
         <input class = "form-control" type = "text" placeholder = "">
         <span class = "help-block">
            A longer block of help text that breaks onto a new line and may extend beyond one line.
         </span>
      </form>
   </body>
</html>

更新於:2020-06-12

1K+ 瀏覽量

開啟職業 生涯

完成課程獲得認證

開始
廣告
© . All rights reserved.