Home » HTML » Html miscellaneous » Question
  1. Which of the following is a container to enhance input by adding an icon?
    1. .input-group
    2. .input-group-btn
    3. .input-group-lg
    4. .input-group-addon
    5. None of these
Correct Option: A

.input-group is a container to enhance an input by adding an icon, text or button in front or behind it as a “help text”, .input-group-lg is for large input group, .input-group-addon is used together with .input-group class, this makes it possible to add an icon or help text next to input field.



Your comments will be displayed only after manual approval.