Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Forms

Bootstrap 5 Forms

Bootstrap provides excellent styling for HTML forms. Controls automatically receive global styling.

Form Controls

  • .form-control - For text inputs, textareas, and selects. It sets width to 100% and adds border, padding, and hover states.
  • .form-label - For labels.
  • .form-check - For checkboxes and radios.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics