Css initial, initial
A Brief Introduction to the initial attribute values of css:
It is used to set the css property value to its default value, that is, the css property value set by the browser by default.
This keyword can be used for any CSS attribute on any HTML element.
Syntax structure:
Property: initial;
Browser compatibility:
(1). ie does not support this attribute value.
(2) Google Chrome supports this attribute value.
(3) Firefox supports this attribute value.
(4) operabrowser supports this attribute value.
(5) The safria browser supports this attribute value.
Code example:
<! DOCTYPE html>
In the above Code, the text color of the p element does not inherit the color attribute value of the div, but uses the default color value of the browser.
The original address is: http://www.softwhy.com/forum.php? Mod = viewthread & tid = 18455.
For more information, see http://www.softwhy.com/css3/