1.

Which of the following was not previous layout mode?(a) Block(b) Flexbox layout(c) Inline(d) PositionedThis question was addressed to me during a job interview.Question is from Styling HTML5 Layout with CSS topic in portion Flash Videos, HTML5 Layout & Practical Information of HTML

Answer»

Right option is (B) Flexbox layout

Best explanation: 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.



Discussion

No Comment Found

Related InterviewSolutions