1.

Which of the following position element is not affected by the top, bottom, left etc. property?(a) static(b) clip(c) relative(d) absoluteThis question was addressed to me in semester exam.This interesting question is from Sliding Doors & Clipped Sliding Doors topic in section Layout & Images of CSS

Answer»

Correct answer is (a) STATIC

To explain I would say: 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.



Discussion

No Comment Found

Related InterviewSolutions