Web features explorer

initial

Widely available since 2018-05-12
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.

Learning resources on MDN

Browser support (view on caniuse.com)