🔎 Spot the Error: CSS Edition!

🔎 Spot the Error: CSS Edition!

7th Grade

5 Qs

quiz-placeholder

Similar activities

CSS-تنسيق النصوص

CSS-تنسيق النصوص

7th Grade

4 Qs

revision2

revision2

7th - 10th Grade

3 Qs

Веб HTML і CSS

Веб HTML і CSS

1st - 12th Grade

10 Qs

Understanding CSS Grid Layout

Understanding CSS Grid Layout

7th Grade

10 Qs

CSS 6

CSS 6

7th Grade

8 Qs

แบบทดสอบ เรื่องการจัดหน้าเว็บเพจด้วยตาราง

แบบทดสอบ เรื่องการจัดหน้าเว็บเพจด้วยตาราง

7th - 9th Grade

10 Qs

LECTIA 3 - DIV si CSS

LECTIA 3 - DIV si CSS

KG - Professional Development

6 Qs

CSS5

CSS5

7th Grade

5 Qs

🔎 Spot the Error: CSS Edition!

🔎 Spot the Error: CSS Edition!

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Kathleen Mae Labad Labad

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

What's wrong with this CSS rule?

Missing unit for width

Incorrect height property

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Identify the error in this code:

"display: flex" is incorrect

"justify-items" should be "justify-content"

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

SPOT THE ERROR:

.card {

width: 100;

padding: 10px;

margin: auto;

}

.card {

width: 100px;

padding: 10px;

margin: auto;

}

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

SPOT THE ERROR:

.box {

width: 200px;

height: 100px;

padding: 20px;

border-style: dotted;

}

.box {

width: 200px;

height: 100px;

padding: 20px;

border: dotted;

}

5.

DRAG AND DROP QUESTION

30 sec • 1 pt

.container { display: flex; ​ (a)   : center;
align-items​: ​ (b)   ;

}

justify-content
center
justify-items
middle