GC Web Dev L2S12

GC Web Dev L2S12

4th - 5th Grade

11 Qs

quiz-placeholder

Similar activities

Paper Coding - Level 4 - Lesson 4

Paper Coding - Level 4 - Lesson 4

4th - 8th Grade

15 Qs

Bootstrap

Bootstrap

5th Grade

11 Qs

APP Inventor nozioni base

APP Inventor nozioni base

2nd - 4th Grade

15 Qs

Using Tables in Word

Using Tables in Word

5th Grade

15 Qs

CSS - Day 4

CSS - Day 4

1st - 11th Grade

11 Qs

Computer typing

Computer typing

5th - 12th Grade

16 Qs

Code  quiz

Code quiz

5th - 12th Grade

16 Qs

Working with Tables (WORD)

Working with Tables (WORD)

5th Grade

15 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?