Home / CSE / CSS - CS :: Discussion

Discussion :: CSS - CS

  1. Which of the following CSS Property controls how an element is positioned?

  2. A.

     position

    B.

     set

    C.

     static

    D.

     fix

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Controls how an element is positioned. When set to absolute or fixed, the element is removed completely from the normal flow of the document. When set to relative, the element is moved relative to its position in the normal flow, but a space is left where it would normally have been. The default value, static, means the element remains in the normal flow and is not positioned.


Be The First To Comment