InterviewSolution
Saved Bookmarks
| 1. |
Why is Jumbotron used in Bootstrap? |
|
Answer» In BOOTSTRAP, Jumbotron is USED to highlight contents. It enlarges the headline and provides a margin for the landing page's content. In order to implement Jumbotron in Bootstrap, create a CONTAINER div with the .jumbotron CLASS. |
|