Create a custom practice set
Pick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizPick category, difficulty, number of questions, and time limit. Start instantly with your own quiz.
Generate QuizNo weekly quiz is published yet. Check the weekly page for the latest updates.
View Weekly PageAnswer: 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.