CSS Flashcards

1
Q

What is CSS means?

A

Cascading Style Sheet

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

Typically CSs file with an extension

A

.css

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

3 ways attached to CSS to Page:

A

1.) Inline Style Sheet
2.) External Style Sheet
3.) Internal Style Sheet

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

Best use to control Styling multiple pages.

A

External Style Sheet

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

Best control Styling one page.

A

Internal Style Sheet

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

Styling used directly with html tags

A

Inline Style Sheet

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

Made up of selector into declaration and variable.

A

CSS Rule

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

Often an element of a Html

A

Selector

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

Tells an html element how to display

A

Properties and Values

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

Group of the same selector with different declarations in one line.

A

Grouping Selectors

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

Comments in CSS (4):

A

Explain the purpose of the code
Help to read and understand your code
Serve as reminder to you
Start at /* ends in */

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

An unique and can only used once on the page.

A

ID

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

Can be use as much as needed

A

Classes

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

CSS Box Properties (7):

A

Background -color
Border-width
Border-style
Border-color
Margin
Padding
Width

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

Common CSS Layout Properties (7):

A

Width
Height
Float
Clear
Margin
Padding
Border

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

Allows word wrapping,float to the right or left of the screen.

A

Float

17
Q

Properties that detached the element from the “caravan” and start new line

A

Clear

18
Q

Space between text/content and the border.

A

Padding

19
Q

Space between outside text/content and the border.

A

Margin

20
Q

Set an image to the background element

A

Background - image

21
Q

Set an image to a background tiles or repeat.

A

Background - repeat