Discussion :: Javascript - CS
- Which property lays the element according to the normal flow?
Answer : Option A
Explanation :
When the position property is set to relative, an element is laid out according to the normal flow, and its position is then adjusted relative to its position in the normal flow.
Be The First To Comment