+1 vote
in Bootstrap by

Which of the following class in bootstrap is used to create a big box for calling extra attention?

  1. .box
  2. .container
  3. .container-fluid
  4. .jumbotron

1 Answer

0 votes
by

Answer: (d) .jumbotron

Explanation: A Bootstrap jumbotron specifies a big box for getting extra attention to some special content or information. It is displayed as a grey box with rounded corners. It can also enlarge the font sizes of the text inside it. The class .jumbotron within the <div> element is used to create a jumbotron.

...