What is the default value for the position property of HTML elements?
Static
How does setting position: relative on an element affect document flow?
Does not affect doc flow
How does setting position: relative on an element affect where it appears on the page?
relative to where it is on a page
How does setting position: absolute on an element affect document flow?
Takes it out of the document flow
How does setting position: absolute on an element affect where it appears on the page?
Attaches to a non static parent
How do you constrain an absolutely positioned element to a containing block?
set its containing block to non static positioning