-
Which of the following was not previous layout mode?
-
- Inline
- Positioned
- Block
- Flexbox layout
- None of these
Correct Option: D
Before Flexbox layout module there were four layout modes. Block, Inline, Table, Positioned. Block is for sections in a webpage, inline is for text, table is for two dimensional table data, positioned is for explicit position of an element.