CSS - Backgrounds

CSS - Backgrounds

9th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz Lec2

Quiz Lec2

KG - University

10 Qs

Database Concept

Database Concept

9th - 12th Grade

10 Qs

Basic skills in powerpoint presentation -TLE ICT 9

Basic skills in powerpoint presentation -TLE ICT 9

9th Grade

10 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

HEALTH AND SAFETY 9

HEALTH AND SAFETY 9

7th - 9th Grade

11 Qs

Basic Parts of Speech EPS

Basic Parts of Speech EPS

9th - 10th Grade

10 Qs

PUNCTUATION SPACING RULES

PUNCTUATION SPACING RULES

9th - 12th Grade

10 Qs

IT- Revision

IT- Revision

9th Grade

10 Qs

CSS - Backgrounds

CSS - Backgrounds

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Therese Gretzula

Used 244+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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