I am reading MDN tutorials of CSS inheritance. It says set initial to property reverts the style to the browser's style. I think the browser's style it what it displays with no CSS at all? But it is different. So zero-CSS style is not controlled by the browser?
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Cascade_and_inheritance
The initial
value reset the style to its very initial state. the blue color of the link is not it's original style, but this style given it from the browser user agent. but the initial
reset it to the original color, which it black;
In the image above: The styles given to a
from the browser user-agent
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With