CSS - Backgrounds

CSS - Backgrounds

9th Grade

7 Qs

quiz-placeholder

Similar activities

Code.org (Unit 2)

Code.org (Unit 2)

7th - 12th Grade

10 Qs

HTML and CSS

HTML and CSS

7th - 9th Grade

10 Qs

CSS - Day 3

CSS - Day 3

1st - 12th Grade

10 Qs

HTML vs CSS

HTML vs CSS

9th - 12th Grade

8 Qs

Quiz 6 - CSS Color

Quiz 6 - CSS Color

9th Grade

6 Qs

Web Design: Basics of HTML and CSS

Web Design: Basics of HTML and CSS

9th - 12th Grade

10 Qs

HTML 3

HTML 3

9th - 12th Grade

9 Qs

Web Design Pre-Test

Web Design Pre-Test

9th - 12th Grade

11 Qs

CSS - Backgrounds

CSS - Backgrounds

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Therese Gretzula

Used 244+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS embedded rule is used to assign the location of the image on a web page?

background-position

background-attachment

background-repeat

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All CSS embedded code must be placed inside the [answer1] tags which is located within the [answer2] tags.

style - head

style - body

style - title

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following phrases must be added to CSS embedded code to stop the background image from scrolling with the text?

fixed

no-scroll

cover

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What word must be added to the code "background-size:" to make the image fill the entire web page background?

cover

fill

replace

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS embedded rule allows the text to scroll but the image to stay still?

background-attachment

background-position

background-repeat

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of CSS embedded code is correct to change the background color of the web page to purple.

body{background-color:purple;}

<body style="background-color:purple;>

body{color:purple;}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following CSS embedded codes will add a background image to the web page.

body {background-image:url("link goes here");}

body{img src="link goes here";}