1.

Which of the following spans full width of screen?(a) .container(b) .control-label(c) .container-fluid(d) .collapse-inI got this question in semester exam.My question is taken from Responsive Overview topic in portion Advance HTML of HTML

Answer»

Correct OPTION is (C) .container-fluid

The best explanation: .containerfluid is a container that spans the FULL width of the SCREEN, .container is a fixed width container with widths determined by screen sites, .control-labels allows a label to be used for form validation.



Discussion

No Comment Found

Related InterviewSolutions