![]() |
VOOZH | about |
The initial value keyword is used to set an element's CSS property to its default value.
The initial keyword can be used for any CSS property, and on any HTML element.
Syntax:
property_name: initial;
Example 1: setting font size
Output:
Example 2: Unsetting the font color to equivalent parent element's value.
Output:
Supported Browsers: