ヘルプ・テキスト Help text
フォーム部品を補足するブロック・レベルのテキスト。
サンプル
ソースコード
<form> <div class="form-group"> <label class="control-label" for="usage4input1">ヘルプ付き入力欄</label> <input type="text" class="form-control" id="usage4input1" placeholder="ヘルプ付き入力欄"> <span id="helpBlock" class="help-block">フォーム部品を補足するブロック・レベルのテキスト。</span> </div> <div class="form-group"> <label class="control-label" for="usage4input2">パスワード</label> <input type="password" class="form-control" id="usage4input2" placeholder="password"> <span id="helpBlock" class="help-block">パスワードは半角英数で入力して下さい。</span> </div> </form>