Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which property lays the element according to the normal flow?

  2. A.

     relative

    B.

     absolute

    C.

     fixed

    D.

     static

    View Answer

    Workspace

    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