CSS Borders

CSS Borders

8th Grade

10 Qs

quiz-placeholder

Similar activities

3.1-basic-CSS-review

3.1-basic-CSS-review

7th Grade - Professional Development

10 Qs

HTML CPU practice quiz

HTML CPU practice quiz

KG - Professional Development

14 Qs

CSS Box Model

CSS Box Model

KG - 12th Grade

5 Qs

About HTML and CSS

About HTML and CSS

8th - 9th Grade

15 Qs

HTML & CSS Quiz

HTML & CSS Quiz

6th - 12th Grade

10 Qs

Web Development Beginners quiz 18

Web Development Beginners quiz 18

1st - 12th Grade

10 Qs

HTML and CSS

HTML and CSS

8th Grade

10 Qs

CSS

CSS

7th - 9th Grade

14 Qs

CSS Borders

CSS Borders

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Alyssa Dionisio

Used 685+ 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?