Home » CSS » Css miscellaneous » Question
  1. Which of the following position element is not affected by the top, bottom, left etc. property?
    1. relative
    2. absolute
    3. clip
    4. static
    5. None of these
Correct Option: D

HTML elements are positioned static by default, static positioned elements are not affected by top, bottom, left and right properties. An element with position: static; is not positioned in any social way, it is always positioned according to the normal flow of the page.



Your comments will be displayed only after manual approval.