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

Easiest explanation: If we need to insert plain text next to a form label WITHIN HORIZONTAL form we can use .form-control-static CLASS on

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.



Discussion

No Comment Found

Related InterviewSolutions