InterviewSolution
Saved Bookmarks
| 1. |
For inserting plain text we use __________(a) .form-control-static(b) .input-group(c) .input-group-addon(d) .input-group-btnThis question was addressed to me in an online interview.I'm obligated to ask this question of Responsive Overview topic in portion Advance HTML of HTML |
|
Answer» Correct option is (a) .form-control-static ELEMENT. The .input-group class is a container to enhance input by adding an icon, text or button in front or behind it. An icon or help text next to the input field and button next to input is attached by .input-group-addon and .input-group-btn respectively. |
|