Q4 - WebDez_CertPrep

Q4 - WebDez_CertPrep

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Yearbook Final

Yearbook Final

9th Grade

20 Qs

Word/Excel/PowerPoint

Word/Excel/PowerPoint

9th - 12th Grade

19 Qs

Class XC ICT Test

Class XC ICT Test

10th Grade

20 Qs

EmTech

EmTech

11th - 12th Grade

20 Qs

M104 - Programmation Web Statique (Q2)

M104 - Programmation Web Statique (Q2)

1st - 12th Grade

20 Qs

Microsoft Word

Microsoft Word

KG - University

20 Qs

HTML

HTML

10th Grade

20 Qs

Graphic Design_Revision

Graphic Design_Revision

12th Grade

24 Qs

Q4 - WebDez_CertPrep

Q4 - WebDez_CertPrep

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Medium

Created by

Regina Parker

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

The space that sits around the content as white space.

Padding

Border

Content

Margin

Answer explanation

Padding is the space inside an element, surrounding the content. It creates white space around the content, distinguishing it from the border. Margin, on the other hand, is the space outside the element.

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

This space wraps the content and any padding.

Padding

Border

Content

Margin

Answer explanation

The border is the area that wraps around the content and padding, providing a visual boundary. It is distinct from padding, which is the space between the content and the border.

3.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

This is the outermost layer, wrapping the content, padding, and border as whitespace between this box and other elements

Padding

Border

Content

Margin

Answer explanation

The margin is the outermost layer that creates space between the box and other elements. It wraps around the content, padding, and border, providing the necessary whitespace.

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the full width size of the element with the following property settings:

width: 200px;

padding: 5px;

border: 2px solid lightblue;

margin: 0

214px

200px

207px

None of the choices

Answer explanation

The full width is calculated as: width (200px) + padding (5px on each side, 10px total) + border (2px on each side, 4px total) = 200 + 10 + 4 = 214px. Therefore, the correct answer is 214px.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the following?
dashed
dotted
solid

Border styles

Margin styles

Padding styles

html element style

Answer explanation

The terms dashed, dotted, and solid refer to different border styles in CSS. These styles define how the borders of an HTML element appear, making 'Border styles' the correct answer.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Margins, padding, html element height and width can be measured in px.  What is px?

Pixels

Percent

Centimeters

Seconds

Answer explanation

The term 'px' stands for 'pixels', which is a unit of measurement used in web design to define the size of elements, including margins and padding. Therefore, the correct answer is 'Pixels'.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Margins, padding, html element height and width can be measured in %.  What is %?

Percent

Modulo

Pixels

Length

Answer explanation

The '%' symbol represents 'percent', which is a way to express a number as a fraction of 100. In web design, margins, padding, and dimensions can be set in percentages to create responsive layouts that adapt to different screen sizes.

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?