Reseting all property values in CSS
The correct answer is unset. Being a part of the all property, the unset value allows you to reset all the properties you applied to an element or its parent to their parent or initial value if those properties don't inherit. In the example, the unset value will reset the color pink to the browser's default font color.
