InterviewSolution
Saved Bookmarks
| 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 |
|