CSS Borders

CSS Borders

8th Grade

10 Qs

quiz-placeholder

Similar activities

Time Table

Time Table

3rd - 8th Grade

15 Qs

3.1-basic-CSS-review

3.1-basic-CSS-review

7th Grade - Professional Development

10 Qs

CSS Borders + Margin

CSS Borders + Margin

3rd - 8th Grade

5 Qs

CSS Box Model

CSS Box Model

KG - 12th Grade

5 Qs

HTML #2 - 2023

HTML #2 - 2023

6th - 8th Grade

12 Qs

HTML/ CSS

HTML/ CSS

7th - 11th Grade

15 Qs

Styling Elements with CSS

Styling Elements with CSS

7th - 8th Grade

8 Qs

CSS Properties

CSS Properties

7th - 9th Grade

15 Qs

CSS Borders

CSS Borders

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Alyssa Dionisio

Used 684+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A shorthand property used to specify the individual border properties: border-width, border-style and border-color.

border-bottom

border

border-left

border-top

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Select the correct code.

h1 {border: 8 px dotted green;}

h1 {border: 8px dotted solid;}

h1 {border: 8px dotted #008080;}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the value in the CSS code below?

h1 {border: 29px solid red}

h1

{ }

border

29px solid red

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This code will work.

h2 {border: 80cm solid gold;}

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Identify the CSS code use to create this border.

p {border: 5px solid pink;

border-radius:25px; }

p {border: 5px double pink;

border-radius:25px; }

p {border: 5px solid pink; }

p {border: 5px dotted pink;

border-radius:25px; }

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which CSS code create a white and dotted styled border.

h3 {border: 10px white pink;}

h3 {border: 10px dotted gold;}

h3 {border: 10px white dotted;}

h3 {border: 10px dotted white;}

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Will this code works?

h1 {

border-top: 10px dashed violet;

border-top: 25cm double green;

border-top: 60px white inset;

border-top: 30pt solid red;}

YES

NO

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?