Program C: Card + Progress Bar

Program C: Card + Progress Bar

12th Grade - Professional Development

10 Qs

Student preview

quiz-placeholder

Similar activities

Intro to HTML, CSS, JS

Intro to HTML, CSS, JS

Professional Development

10 Qs

IDs and Classes

IDs and Classes

9th - 12th Grade

10 Qs

JRDL - Adv HTML & CSS

JRDL - Adv HTML & CSS

6th Grade - Professional Development

12 Qs

Bootstrap Unit Review

Bootstrap Unit Review

9th - 12th Grade

15 Qs

Web Development

Web Development

University

15 Qs

Bootstrap

Bootstrap

9th - 12th Grade

7 Qs

Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

Bootstrap Components

Bootstrap Components

9th - 12th Grade

13 Qs

Program C: Card + Progress Bar

Program C: Card + Progress Bar

Assessment

Quiz

Created by

Academy Telebort

Computers

12th Grade - Professional Development

30 plays

Hard

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What is the missing class to make this HTML code to show a bar?


<div class="____________________" role="progressbar" style="width:70%">

</div>

2.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What is the "contextual class" to make the progress bar green in the code below?


<div class="progress-bar ________________" role="progressbar" style="width:70%">

</div>

3.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What is the class needed to make the progress bar to be striped?


<div class="progress-bar ____________________" style="width:70%">

70%

</div>

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

___________________________ class is used to create an animated progress bar.

5.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

To make a progress bar to be having the width 25, what is the Boostrap utility sizing class that you need to use?

6.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

What is the missing class for this code in order to create a basic Bootstrap card?


<div class="_______">

<div class="card-body">Basic card</div>

</div>

7.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

The ________________ class adds a heading to the card

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?