CSS Backgrounds and Icons Quizizz

CSS Backgrounds and Icons Quizizz

7th Grade

25 Qs

quiz-placeholder

Similar activities

Intro to Web Development

Intro to Web Development

6th - 8th Grade

20 Qs

About HTML and CSS Review

About HTML and CSS Review

7th Grade

20 Qs

Revision

Revision

7th Grade

20 Qs

Web Design

Web Design

7th - 9th Grade

25 Qs

ICT - HTML

ICT - HTML

6th - 7th Grade

25 Qs

2018 Computer FINAL review

2018 Computer FINAL review

7th - 8th Grade

20 Qs

JavaScript Basics CodeHS

JavaScript Basics CodeHS

7th - 12th Grade

20 Qs

Photoshop CC Certification Review

Photoshop CC Certification Review

7th - 8th Grade

20 Qs

CSS Backgrounds and Icons Quizizz

CSS Backgrounds and Icons Quizizz

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Stacy Ullom

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

15 mins • 4 pts

Which two elements are most commonly used to add icons in CSS?

Select ALL that apply.

<span>

<p>

<title>

<i>

<li>

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which is the declaration in the following?

  • * {background: url("image.png");}

*

background

url("image.png")

  • background: url("image.png");

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which is the value in the following?

  • * {background: url("image.png");}

*

background

url("image.png")

url

4.

MULTIPLE SELECT QUESTION

15 mins • 4 pts

Which declarations can you use to add a background image?

Select all that apply

background: url ("image.png")

"background image": ("image.png")

background-img: ("image.png")

background-image: url("image.png")

background-image: (image.png)

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following will add a backgound image named 'image.png' in a subfolder called 'Media'

background-image: url (Media/image.png);

background-image: url ("image.png");

background-image: url ("Media/image.png");

background-image: url (image.png);

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

What is the correct syntax to set a background color to red?

background: red color;

color-background: red;

background: color red;

background-color: red;

7.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Which of the following is a valid CSS comment?

# This is a comment #

<!-- This is a comment -->

/* This is a comment */

// This is a comment //

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?