CSS - Backgrounds

CSS - Backgrounds

9th Grade

7 Qs

quiz-placeholder

Similar activities

HTML Starter Quiz

HTML Starter Quiz

9th - 12th Grade

10 Qs

WEBSITE AUTHORING CHECKPOINT

WEBSITE AUTHORING CHECKPOINT

8th - 9th Grade

12 Qs

Blog Terminology

Blog Terminology

8th - 10th Grade

10 Qs

HTML & CSS Quiz

HTML & CSS Quiz

6th - 12th Grade

10 Qs

HTML Vocabulary Review

HTML Vocabulary Review

9th Grade

11 Qs

form&css

form&css

3rd Grade - Professional Development

11 Qs

HTML und CSS - Wissenstest

HTML und CSS - Wissenstest

9th - 10th Grade

12 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

8th - 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";}