Home » HTML » Html miscellaneous » Question
  1. Which of the following adds plain text next to form label?
    1. .form-control
    2. .form-inline
    3. .form-group
    4. .form-control-static
    5. 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.



Your comments will be displayed only after manual approval.