Why do we use Jumbotron in Bootstrap?

devquora
devquora

Posted On: Feb 22, 2018

 

Jumbotron has a very basic function in bootstrap i.e. highlighting a content. It could either be a slogan or probably a headline. It increases the heading size and gives a margin for the content of the landing page. In order to implement Jumbotron in a Bootstrap use:

Create a container <div> with the class of .jumbotron
For instance: use <div class="container"> if you wish that Jumbotron should not reach the screen’s edge.

Jumbotron can have any valid HTML along with other functions and classes.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Bootstrap Interview Questions

    Explain What is Bootstrap?

    Bootstrap is a platform for web development that is based on a front-end framework and creates exceptional responsive d..

    Bootstrap Interview Questions

    Explain why you prefer Bootstrap for website development?

    Bootstrap has features that are way better than other web development platforms. It provides an extensive browser suppo..

    Bootstrap Interview Questions

    What are the key components of Bootstrap?

    In total, there are five key components of Bootstrap i.e. CSS (multiple CSS files), Scaffolding (essential for the basi..