css-positioning Flashcards
1
Q
What is the default value for the position property of HTML elements?
A
Static
2
Q
How does setting position relative on an element affect document flow and where the element appears on the page?
A
normal layout flow
3
Q
How does setting position absolute on an element affect document flow and where the element appears on the page?
A
removed from the document flow
4
Q
What are the box offset properties?
A
top
bottom
left
right