What is syntax?
A set of grammer rules for coding
What is this
< > content. < / >
What is html syntax?
What is this
P{ content: content;}
Css syntax
What is a cascade?
The rule what ever below can override what above.
What is a responsive website?
A responsive website is a website that will react quickly and positively regardless what device you are on.
What is a static position?
It is the default, and is considered not positioned
What is an relative position?
Is just like static but you are able to add extra properties to make it adaptive
What is fixed position?
A element that doesn’t move regardless how you move the page. If you scroll it’ll still be in that position.