Bootstrap CSS Classes

Bootstrap CSS class .form-text

    <label for="inputPassword5" class="form-label">Password</label>
    <input type="password" id="inputPassword" class="form-control" aria-describedby="passwordInfo">
    <div id="passwordInfo" class="form-text">
    Your password must be 8-15 characters long, and this is an example of form-text
    </div>

Preview

Are you tired of writing HTML by hand?

More Bootstrap CSS classes in Forms category

© 2024 Shuffle. All rights reserved.