Q. For inserting plain text we use _____
β
Correct Answer: (D)
.form-control-static
Explanation: 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.