General Flashcards
1
Q
What is syntax?
A
A set of grammer rules for coding
2
Q
What is this
< > content. < / >
A
What is html syntax?
3
Q
What is this
P{ content: content;}
A
Css syntax
4
Q
What is a cascade?
A
The rule what ever below can override what above.
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.
6
Q
What is a static position?
A
It is the default, and is considered not positioned
7
Q
What is an relative position?
A
Is just like static but you are able to add extra properties to make it adaptive
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.