Question 1: CSS Box Model wraps a body of content in a box using padding and a border, with a margin
Question 2: Padding seperates content from the border. Margin seperates the border from other elements of the page.
Question 3: The height and width are determined by adding the margin, border, padding, and the height and width of the content
Question 4: The box created will have a padding of 25px and 50px on the top and right, respectively.
Question 5: An outline surrounds the border but it does not affect its elements. A border does affect elements, such as height and width.