Home » HTML » Html miscellaneous » Question
  1. Which of the following adds checkmark icon inside input?
    1. .has-success
    2. .has-feedback
    3. .has-warning
    4. .help-block
    5. None of these
Correct Option: C

.has-warning adds yellow or orange color to label and a yellow or orange border to the input, as well as checkmark icon inside the input, it is used together with .has-feedback, .help-block in a block of help text that breaks onto the new line and may extend beyond one line.



Your comments will be displayed only after manual approval.