1.

In which every block-level element appears on a new line?(a) normal flow(b) relative positioning(c) absolute positioning(d) floating positioningThis question was posed to me in an international level competition.Origin of the question is Specifying Bullet Point Styles, CSS Image Alignment, ID and Class in chapter Layout & Images of CSS

Answer»

Correct answer is (a) normal flow

To explain: EVERY block-level element appears on a new line, which causes each item to APPEAR lower down the page than the PREVIOUS ONE. EVEN if we specify the width of the boxes and there is space for two elements to sit side by side, they will not appear next to each other.



Discussion

No Comment Found

Related InterviewSolutions