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
πŸ’¬ Discuss
βœ… Correct Answer: (D) .form-control-static
Explanation: .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.
Explanation by: Vaibhav Shukla
.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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
323
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Vaibhav Shukla
Publisher
πŸ“ˆ
84%
Success Rate