Mastering Bootstrap Essentials

Mastering Bootstrap Essentials

University

20 Qs

quiz-placeholder

Similar activities

Title Long Form or Short Form

Title Long Form or Short Form

4th Grade - University

15 Qs

Medical Acronyms and technical writers quality

Medical Acronyms and technical writers quality

University

15 Qs

VOCAB 2

VOCAB 2

University

20 Qs

Prefix Con

Prefix Con

6th Grade - University

15 Qs

Latin Root

Latin Root

7th Grade - University

20 Qs

Exploring Bootstrap Layout Components

Exploring Bootstrap Layout Components

University

20 Qs

Vegetables Vocabulary

Vegetables Vocabulary

1st Grade - Professional Development

20 Qs

Understanding Prefixes and Their Meanings

Understanding Prefixes and Their Meanings

7th Grade - University

20 Qs

Mastering Bootstrap Essentials

Mastering Bootstrap Essentials

Assessment

Quiz

English

University

Hard

Created by

pankaj. 32838

FREE Resource

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