其他分享
首页 > 其他分享> > Bootstrap3 表单帮助文本

Bootstrap3 表单帮助文本

作者:互联网

帮助文本

Bootstrap3 仅支持块级帮助文本,不支持行内帮助文本。在文本输入框的后面,添加 .help-block 的元素,就可以为它添加块级帮助文本。如:


 
  1. <label class="sr-only" for="inputHelpBlock">Input with help text</label>
  2. <input type="text" id="inputHelpBlock"class="form-control">
  3. <span id="helpBlock" class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>

效果如图 2‑60所示:

帮助文本

图2-60 帮助文本

关于作者

歪脖先生,十五年以上软件开发经验,酷爱Web开发,精通 HTML、CSS、JavaScript、jQuery、JSON、Python、Less、Bootstrap等,著有《HTML宝典》、《揭秘CSS》、《Less简明教程》、《JSON教程》、《Bootstrap2用户指南》、《Bootstrap3实用教程》,并全部在 GitHub 上开源。

标签:帮助,help,text,表单,60,文本,Bootstrap3
来源: https://blog.csdn.net/ixygj197875/article/details/89924179