1. What is the CSS box model?
The CSS box model is a model that contains content, Padding, Border, Outline, and Margin.
2. What is the difference between margin and padding?
3. How is the total height and width of an HMTL element determined?
4. Explain this CSS property: padding: 25px 50px;?