1.

Which of the following adds plain text next to form label?(a) .form-control-static(b) .form-group(c) .form-inline(d) .form-controlThis question was posed to me in semester exam.This interesting question is from Responsive Overview topic in division Advance HTML of HTML

Answer» RIGHT option is (a) .form-control-static

Explanation: .form-control-static adds plain text next to form label within a horizontal form, .form-group is a CONTAINER for form input and label, .form-inline makes a
left-aligned with inline-block CONTROLS, .form-control is used on input, TEXTAREA, and select elements to span the entire width of the page and make them responsive.


Discussion

No Comment Found

Related InterviewSolutions