What is the default value for the position property of HTML elements?
position: static;
How does setting position: relative on an element affect document flow?
Does not affect
How does setting position: relative on an element affect where it appears on the page?
it could off set it
How does setting position: absolute on an element affect document flow?
it sits on its own layer separate from everything else
How does setting position: absolute on an element affect where it appears on the page?
it can interfere with other elements on the page
What are the four box offset properties?
top, bottom, left, right