Home / Programming MCQs / Bootstrap MCQs / Question

V

Vaibhav Shukla • 4.53K Points
Extraordinary

Q. Which of the following adds plain text next to form label?

(A) .form-control
(B) .form-inline
(C) .form-group
(D) .form-control-static
.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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.