Posts

Showing posts with the label Bootstrap Multiple Choice Questions

Most Asked Bootstrap Multiple Choice Questions

Most Asked Bootstrap Multiple Choice Questions 1) Who developed the bootstrap? James Gosling Mark Jukervich Dennis Ritchie Mark Otto and Jacob Thornton  Answer: (d) Mark Otto and Jacob Thornton Explanation: Mark Otto and Jacob Thornton developed bootstrap at Twitter. It was released as an open-source product in August 2011 on GitHub. 2) Is Bootstrap3 mobile-first? True False Can't say May be  Answer: (a) True Explanation: Bootstrap 3 is the most stable version of Bootstrap, and it is still supported by the team for critical bugfixes and documentation changes. Bootstrap is more than efficient to create a responsive and mobile-first website. 3) Which of the following class in Bootstrap is used to provide a responsive fixed width container? .container-fixed .container-fluid .container All of the above  Answer: (c) .container Explanation: In Bootstrap, a container is used to set the content's margins dealing with the responsive behaviors of your layout. The .container class i...