Home » HTML » Html miscellaneous » Question
  1. For inserting plain text we use __________.
    1. .input-group-addon
    2. .input-group-btn
    3. .input-group
    4. .form-control-static
    5. 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.



Your comments will be displayed only after manual approval.