CSS all

CSS all is used to reset all the css property of an HTML element.

This property is very useful when you want an HTML element to set properties to initial.


Syntax

Output


CSS all values list

Sr. No. value Description
1 initial Used to define as the property initial value.
2 inherit Used to define the computed value of property on the elements parent.
3 unset Used to define the property either acts as inherit or initial, depending on the property if it is inherited or not.