Amir Bakhtar


Questions


Answers

  • 1. The box model refers to the design and layout of an HTML element by using boxes around the element to represent the margin, border, and padding around the content of the element.

  • 2. Padding adds space within a specified element,whereas margin creates extra space around the specified element.

  • 3. You can inspect the element using any browser and find the height/width of the elements.

  • 4. The padding at the top of the element is 25px and the padding on the right of the element is 50px.