-
For inserting plain text we use __________.
-
- .input-group-addon
- .input-group-btn
- .input-group
- .form-control-static
- None of these
Correct Option: D
If we need to insert plain text next to a form label within horizontal form we can use .form-control-static class on <p> element. The .input-group class is a container to enhance input by adding an icon, text or button in front or behind it.