CSS all Property

The all property in CSS is the shorthand property that is used to set all the elements values to their initial or inherited values or in some cases used to set the values to another spreadsheet origin. This property is used to reset all the CSS property in a document.

Syntax:

all: initial|inherit|unset|revert;

Property Values:
initial: This property is used to set all property to its default value.

Example -