
Shobha
The best way to predict the future is to invent it
What is the difference between initial, inherit, and unset values in CSS?
In CSS, initial sets a property to its default value, ignoring any previous settings or inheritance. inherit makes the property take the same value as its parent element. unset works like inherit for properties that usually inherit values, and like initial for properties that don’t, resetting them to their default value.