Web features explorer

initial

Widely available
Tags: css Groups: CSS > Explicit defaults

The initial keyword resets any CSS property to its initial value as defined by the specification. For example, the initial value of the display property is inline, regardless of the element being styled. Not to be confused with revert, which resets to the user or browser default style. To learn more, see initial at MDN.

Compatibility (view on caniuse.com)