πŸ“Š HTML
Q. For inserting plain text we use _____
  • (A) .input-group-addon
  • (B) .input-group-btn
  • (C) .input-group
  • (D) .form-control-static
πŸ’¬ Discuss
βœ… 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.

Explanation by: Deepak Sahoo
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
196
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Deepak Sahoo
Publisher
πŸ“ˆ
94%
Success Rate