TOP 50 BOOTSTRAP Interview Questions and Answers pdf

This article contains TOP BOOTSTRAP Interview Questions and Answers which are generally asked during corporate interviews. The whole purpose of this article is to provide a quick overview of BOOTSTRAP Interview Questions and Answers and touch the core concepts behind responsive design practices in brief.


BOOTSTRAP Interview Questions and Answers List


BOOTSTRAP Interview Questions
BOOTSTRAP Interview Questions and Answers

21. what is Bootstrap well?
Bootstrap well is a container <div> that makes the content to appear sunken or an inset effect on the page. In order to create a well, wrap the content that you would like to appear in the well with a <div> containing the class of .well.

22. Explain how you can create Nav elements in Bootstrap?
Bootstrap offers various options for styling navigation elements all of them use the same markup and base class .nav.
To create Tabular Navigation or Tabs:
► Start with a basic unordered list with the base class of .nav
► Then add class .nav-tabs

23. Explain what is the use of Bootstrap Carousel plugin?
The Carousel plugin is used to add a slider to your site. It is useful in condition where you want to display huge amount of contents within a small space on the web pages. Some of the standard carousel includes
– .carousel (options)
– .carousel (‘cycle’)
– .carousel (‘pause’)
– .carousel (‘number’)
– .carousel (‘prev’)
– .carousel (‘next’)

24. Can we include bootstrap CDN instead of download the Bootstrap?
Yes sure, we can do from following:-
<!– Latest compiled and minified CSS –>
<link href=”http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css” rel=”stylesheet”></link>

25. What is difference between Fluid Layout and responsive Layout?
Fluid layout adapts itself to different browser window sizes, all the values used are calculated proportionally to the viewport size, so when resizing, all the columns are resized.
Responsive layout is able to adapt itself to different sizes as well. When resizing, the number of columns changes according to the available space.

26. What is Jumbotron?
Jumbotron is used for content that you want to highlight like some slogan OR marketing headline.

27. What to display code in bootstrap?
you can use following tags
<code></code>

28. What is Modal plugin used for in Bootstrap?
Modal Plugin is a child window that is layered over its parent window

29. What is Bootstrap Container in Bootstrap?
Bootstrap container is a class which is useful and creating a centred area in the page for display.

30. What is Bootstrap collapsing elements?
Bootstrap collapsing elements enables you to collapse any element without using external JavaScript.

Read More BOOTSTRAP INTERVIEW QUESTIONS :-

BOOTSTRAP INTERVIEW QUESTIONS Part1

BOOTSTRAP INTERVIEW QUESTIONS Part2 

BOOTSTRAP INTERVIEW QUESTIONS Part3

BOOTSTRAP MULTIPLE CHOICE QUESTIONS

1 comment:

  1. checkout some latest https://www.onlineinterviewquestions.com/bootstrap-interview-questions-answers/

    ReplyDelete