Q2 CSS Flashcards

1
Q

it is known as Cascading Style Sheet used to aesthetically design you website

A

CSS

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

is the structure of statements in a computer in CSS

A

CSS Syntax

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

known as the target of the format

A

selector

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

starts and ends with { } contains all the declarations for css

A

declaration block

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

these contains the property and value, both separated with : while they are separated with ;

A

declaration

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

the style attribute you want to change (ex. color, background-color, font-size etc.)

A

property

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

it is the value of the property

A

it is the value of the property

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

this symbol is used for assignment in css

A

:

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

this symbol is used to separate values

A

;

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

it is a way of applying CSS wherein the style rule is located on the tag itself through the use of style attribute

A

Inline Style

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

It is a way of applying CSS wherein the style rule is located inside the HTML document using the style tag (<style>)</style>

A

Internal Style

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

It is a way of applying CSS wherein the style rule is found on a separate .css.fileterm-12

A

External Style

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

used to represent all elements in the web document

A

Universal selector

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

targets every element

A

element selector

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

used to target any html element having a class attribute

A

class selector

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

used to target any html element having id attribute

A

id selector

17
Q

CSS Color values

A

color names
hex value