-
Which of the following is a container to enhance input by adding an icon?
-
- .input-group
- .input-group-btn
- .input-group-lg
- .input-group-addon
- 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.