What is jumbotron?
Answer / Shakir Ali
Jumbotron is a large header component in Bootstrap used to create eye-catching hero units, promos, or call-to-actions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What will be the default bootstrap look of the alert created with this following code:<div class="alert" role="alert">warning! What I'm missing something.</Div>
Tell me can you put a table within bootstrap panel?
What are offset columns?
What are grid classes in the bootstrap?
Tell me what the following code does, and where they are useful:<a href="#">home <span class="badge">36</span></a>
What is the work of affix plugin in bootstrap?
Tell me what are the steps for creating basic or vertical forms?
Explain me how will you create a pills navigation menu?
Explain bootstrap 4 badges?
What are the two codes used for code display in bootstrap?
Why bootstrap is preferred for website development.
What is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?