متن راهنما در بوت استرپ

برای نوشتن یک متن راهنما در فرم ها، می توانید از کلاس help-block. استفاده کنید:

مثال (اندازه بندی ورودی بوت استرپ)

<div class="form-group">
  <label for="pwd">Password:</label>
  <input type="password" class="form-control" id="pwd" placeholder="Enter password">
  <span class="help-block">This is some help text...</span>
</div>

خودتان امتحان کنید »