GK Question

technology medium true_false

CSS Flexbox is designed for one-dimensional layouts (either row or column).

  1. True
  2. False

Answer: True

Flexbox handles one-dimensional layouts: arrange items in a row OR column with flexible sizing, alignment, and order. CSS Grid handles two-dimensional layouts (rows AND columns). Both are modern layout systems replacing floats/positioning. Understanding their use cases is important for responsive design questions.

Topic Web Technologies
Exam Relevance SSC JE, Banking IT, Railway