ADV CSS Ex3

ADV CSS Ex3

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Web I: CSS Debug

Web I: CSS Debug

9th - 12th Grade

15 Qs

HTML & CSS Skill#4

HTML & CSS Skill#4

12th Grade

10 Qs

Final Exam: Web Layout (HTML & CSS)

Final Exam: Web Layout (HTML & CSS)

12th Grade

11 Qs

HTML CPU practice quiz

HTML CPU practice quiz

KG - Professional Development

14 Qs

CSS

CSS

1st Grade - Professional Development

15 Qs

CSS Properties

CSS Properties

7th - 9th Grade

15 Qs

Week 16 - WD1

Week 16 - WD1

12th Grade

13 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th 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?