General Flashcards

1
Q

What is syntax?

A

A set of grammer rules for coding

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

What is this

< > content. < / >

A

What is html syntax?

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

What is this

P{ content: content;}

A

Css syntax

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

What is a cascade?

A

The rule what ever below can override what above.

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

What is a responsive website?

A

A responsive website is a website that will react quickly and positively regardless what device you are on.

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

What is a static position?

A

It is the default, and is considered not positioned

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

What is an relative position?

A

Is just like static but you are able to add extra properties to make it adaptive

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

What is fixed position?

A

A element that doesn’t move regardless how you move the page. If you scroll it’ll still be in that position.

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