What is Jumbotron . Explain it with example ?

 Posted by Vivek.Ramapuram on 6/10/2015 | Category: Bootstrap Interview questions | Views: 2893 | Points: 40
Answer:

In bootstraps jumbotron is like a container in which we can place all our elements

Example :
<div class="jumbotron">

<h1>Hello, Welcome to Bootstrap</h1>
<h3>Bootstrap is developed by Twitter Inc. which is used to design the websites with enormous look and feel.</h3>
<a href="http://getbootstrap.com/" class="btn btn-success btn-lg">Download Bootstrap</a>
<a href="#" class="btn btn-warning">Learn more on Bootstrap</a>
</div>

Run the code in the browser .


Asked In: While Learning | Alert Moderator 

Comments or Responses

Login to post response