WORKING WITH BACKGROUND PROPERTIES Flashcards

1
Q

It contributes to the overall look and feel of a web page

A

Background property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A property that displays a solid background color

A

Background-color

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the syntax of bacgkround-color

A

selector{background-color: value;}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A property that displays an image in the background of the specified element

A

Background image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the syntax of the background image?

A

selector{background-image: value;}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A property designates the starting position of a background image

A

background-position

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the syntax of the background-position

A

selector{background-position: value;}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A property sets the size of the background

A

Background size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the syntax of the background size

A

selector{background-size: value;}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

It is the default value of the background size

A

auto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

The height and width can be specified using this in background size

A

Length

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Set the size of the background image in percent to the size of the parent

A

percentage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

used for the background to automatically cover the entire page or element

A

cover

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

used for the background image to be completely visible

A

contain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A property repeatedly displays an image vertically or horizontally

A

Background Repeat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly