-
In which every block-level element appears on a new line?
-
- absolute positioning
- floating positioning
- normal flow
- relative positioning
- None of these
Correct Option: C
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.