CSS Box Model

CSS Box Model

10th Grade

20 Qs

quiz-placeholder

Similar activities

CodeHS Advanced HTML/CSS 2022 Quiz Review

CodeHS Advanced HTML/CSS 2022 Quiz Review

9th - 12th Grade

15 Qs

HTML and CSS Tag

HTML and CSS Tag

9th - 12th Grade

15 Qs

CodeHS Advance HTML and CSS

CodeHS Advance HTML and CSS

9th - 12th Grade

15 Qs

HTML/CSS

HTML/CSS

9th - 12th Grade

15 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

15 Qs

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

9th - 12th Grade

15 Qs

Lesson 16-Time Table

Lesson 16-Time Table

5th - 12th Grade

15 Qs

Estilizando com CSS na Prática

Estilizando com CSS na Prática

10th Grade

20 Qs

CSS Box Model

CSS Box Model

Assessment

Quiz

Computers

10th Grade

Medium

Created by

John Villarico

Used 30+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

HTML elements are:

rectangular boxes

circles

imaginary

quadrants

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All of the following are a part of the box model EXCEPT

radius area

padding area

margin area

content area

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property below is a part of the box model?

align

width

line-height

color

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the area between the content and the border?

padding

margin

height

width

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the outermost area of the CSS Box Model?

margin

padding

border

width/height

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which answer adds 10px of padding to the top and left, and 5px of padding to the bottom and right?

padding: 10px, 5px, 5px, 10px;

padding: 10px, 10px, 5px, 5px;

padding: 10px 5px 5px 10px;

padding: 10px 10px 5px 5px;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will add 3px to the margin for all four sides?

margin: 3px;

margin: 3px 3px 3px 3px;

margin: 3px 3px;

all of them

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?