Search Header Logo

Mastering Bootstrap Essentials

Authored by pankaj. 32838

English

University

Mastering Bootstrap Essentials
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of Bootstrap grids?

The purpose of Bootstrap grids is to create responsive and flexible layouts for web pages.

To provide a framework for server-side programming.

To create fixed layouts for web pages.

To enhance the performance of JavaScript functions.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a responsive layout using Bootstrap?

Apply fixed widths to all elements.

Ignore media queries completely.

Use Bootstrap's grid system with 'container', 'row', and 'col' classes to create a responsive layout.

Use only CSS for layout styling.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What class is used to create a button in Bootstrap?

btn-default

btn

button

btn-primary

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you align images in Bootstrap?

Set image alignment with 'text-align' property.

Use utility classes like 'float-start', 'float-end', 'mx-auto', or 'd-flex' with 'justify-content-center'.

Align images using CSS Grid only.

Use the 'img-responsive' class for all images.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default breakpoint for medium devices in Bootstrap?

1024px

480px

768px

640px

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Bootstrap class is used for creating a table?

table-responsive

table-striped

table-bordered

table

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add icons to buttons in Bootstrap?

Icons cannot be added to buttons in Bootstrap.

Add icons using CSS classes only.

Use