CSS - Backgrounds

CSS - Backgrounds

9th Grade

7 Qs

quiz-placeholder

Similar activities

Frontend модуль 2

Frontend модуль 2

6th Grade - University

11 Qs

Unit 2: Quiz 1: Developing Web Pages

Unit 2: Quiz 1: Developing Web Pages

9th - 12th Grade

9 Qs

CSS (Text-Font-Box)

CSS (Text-Font-Box)

1st Grade - University

10 Qs

Scratch Pop Quiz Chapter1/Article/Videos/Vocab

Scratch Pop Quiz Chapter1/Article/Videos/Vocab

9th - 12th Grade

10 Qs

HTML Coding

HTML Coding

9th - 11th Grade

10 Qs

Categories of computers

Categories of computers

4th Grade - University

12 Qs

IDs and Classes

IDs and Classes

9th - 12th Grade

10 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

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