Conchita uses the CSS Box Model to help configure the space around each HTML element as she develops her Web pages. Which Box Model element defines the space between the HTML element and the border?

Respuesta :

Answer:  

The answer to this question is "Padding".  

Explanation:  

The description of padding property as follows:  

  • Padding is a property that is used in CSS. It established in the inner portion of the box model that Creates content space, defines any edges or boundaries within.
  • This value is a set that uses a length in percentages or pixels and It does not accept negative values.  
  • The default value for all padding properties is 0.