-
Which of the following position element is not affected by the top, bottom, left etc. property?
-
- relative
- absolute
- clip
- static
- 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.