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