GC Web Dev L2S12

GC Web Dev L2S12

4th - 5th Grade

11 Qs

quiz-placeholder

Similar activities

Be Internet Awesome: Don't Fall for Fake!

Be Internet Awesome: Don't Fall for Fake!

5th - 8th Grade

9 Qs

Microsoft MakeCode

Microsoft MakeCode

4th - 7th Grade

16 Qs

AppsLab_Q4

AppsLab_Q4

1st Grade - Professional Development

12 Qs

CSS Properties

CSS Properties

5th - 12th Grade

10 Qs

Bootstrap Components

Bootstrap Components

5th Grade

11 Qs

Computer typing

Computer typing

5th - 12th Grade

16 Qs

Adobe Platforms

Adobe Platforms

3rd - 5th Grade

10 Qs

CSS Quiz | For Professionals

CSS Quiz | For Professionals

1st Grade - University

10 Qs

GC Web Dev L2S12

GC Web Dev L2S12

Assessment

Quiz

Computers

4th - 5th Grade

Hard

Created by

CampK12 Web

Used 60+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following bootstrap style is used to add standard links to .navbar?

- .navbar-link

- .link

- .form-link

None of the above.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the most appropriate CSS media query statement to change the #wrapper selector's width value to 90% on screen devices not wider than 1024px.

@media only screen and (min-width: 1024px) { #wrapper { width: 90%; } }

@media only screen and (max-width: 1024px) { #wrapper { width: 90%; } }

@media all and (min-width: 1024px) { #wrapper { width: 90%; } }

@media print and (max-width: 1024px) { #wrapper { width: 90%; } }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following class applies the hover color to a particular row or cell of a table?

- .active

- .success

- .warning

- .danger

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What model includes margin, border, padding, and content?

CSS Box model

CSS3 Flexbox Box model

CSS3 Grid Layout model

CSS Grid Template Layout Module

SHOW ANSWER

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Write three Bootstrap classes for Buttons.

Evaluate responses using AI:

OFF

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are flex-direction property values? (Choose all that apply.)

auto

row-reverse

column

start

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many dimensions are specified in flexbox layout module?

1

2

3

4

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?