CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS all Property

CSS all Property

 

 

The all property is used to resets all properties to their initial or inherited value. However, it does not have any effect on unicode-bidi and direction.

 

Syntax:-

 

Its syntax is:- all: initial | inherit | unset;

 

Further Explanation:-

 

Value Description
initial Changes all the properties applied to their initial value
inherit Changes all the properties applied to their parent value
unset Changes all the properties applied to their parent value if they are inheritable or to their initial value if not

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS