Vidyalelo
JavaScript · Q59

Document Object Model And Event Handling

Programming · JavaScript · question 59

Q59

Which property lays the element according to the normal flow?

A.
relative
Answer
B.
absolute
C.
fixed
D.
static

Answer: Option A

Solution

Answer: Option A
Solution:
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.