Q1
What is the CSS box model made up of?
easyCorrect Answer: Content, padding, border, and margin, arranged from innermost to outermost
Explanation:
Every HTML element is treated as a rectangular box, and the box model describes how the content sits inside padding, which is surrounded by a border, which is then surrounded by margin, spacing the element from its neighbors.