Home » HTML » Html miscellaneous » Question
  1. Which of the following will add feedback icons for inputs?
    1. .has-feedback
    2. .has-success
    3. .has-danger
    4. .has-warning
    5. None of these
Correct Option: A

.has-feedback adds feedback icons for inputs like checkmark, warning and error signs, .has-danger adds red color to label and red border to the input, as well as an error icon inside the input, .has-success adds green color to label and green border to input, as well as checkmark icon inside input.



Your comments will be displayed only after manual approval.