01Which property controls the space between the content and the border?
02What does 'box-sizing: border-box' do?
03Which of these is NOT part of the standard CSS box model?
04If an element has width: 200px, padding: 20px, and border: 5px, what is its total width with 'content-box'?
05Which property is used to set the space outside an element's border?
06What is the default value of the 'display' property for a <div>?
07Which property allows you to hide an element while still keeping the space it occupies?
08What shorthand is 'margin: 10px 20px 30px 40px' equivalent to?