ADV CSS Ex3

ADV CSS Ex3

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Web Development Quiz

Web Development Quiz

12th Grade

6 Qs

CSS Quiz 3

CSS Quiz 3

9th - 12th Grade

8 Qs

CSS

CSS

9th Grade

9 Qs

ICT 9 Third Quarterly Assessment Review

ICT 9 Third Quarterly Assessment Review

9th Grade

10 Qs

Kiểm tra 15 phút

Kiểm tra 15 phút

12th Grade

10 Qs

Beat the Box Model

Beat the Box Model

9th - 12th Grade

8 Qs

Web I: CSS Debug

Web I: CSS Debug

9th - 12th Grade

15 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

ADV CSS Ex3

ADV CSS Ex3

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Preston Rowland

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The CSS box-sizing property allows us to include the padding and border in an element's total width and height.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, the width and height of an element is calculated like this:

width + border = actual width of an element

height + border = actual height of an element

width = actual width of an element

height = actual height of an element

width + padding + border = actual width of an element

height + padding + border = actual height of an element

width + margin + border = actual width of an element

height + margin + border = actual height of an element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you set box-sizing: border-box; on an element, padding and border are included in the width and height.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Since the result of using the box-sizing: border-box; is so much better, many developers want all elements on their pages to work this way.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The box-sizing property defines how the width and height of an element are calculated: should they include padding and borders, or not.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The @media rule, first introduced in CSS3, made it possible to define different style rules for different media types.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Unfortunately media types never got a lot of support by devices, other than the print media type.

True

False

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?