-
Which of the following adds plain text next to form label?
-
- .form-control
- .form-inline
- .form-group
- .form-control-static
- None of these
Correct Option: D
.form-control-static adds plain text next to form label within a horizontal form, .form-group is a container for form input and label, .form-inline makes a <form> left-aligned with inline-block controls, .form-control is used on input, textarea, and select elements to span the entire width of the page and make them responsive.