An additional factor in how an element is rendered is that properties are passed from a parent element to its children in a process known as _____. style inheritance style link style indexing style portioning

Respuesta :

Answer:

style inheritance

Explanation:

What happens when a property on an element has no value supplied is governed by style inheritance. A property should inherit its value from its parent element, according to this specification.