InterviewSolution
| 1. |
What Is Initial Value? |
|
Answer» INITIAL value is a default value of the PROPERTY, that is the value given to the root element of the document tree. All properties have an initial value. If no SPECIFIC value is set and/or if a property is not inherited the initial value is used. For example the background property is not inherited, however, the background of the parent element shines through because the initial value of background property is transparent. Initial value is a default value of the property, that is the value given to the root element of the document tree. All properties have an initial value. If no specific value is set and/or if a property is not inherited the initial value is used. For example the background property is not inherited, however, the background of the parent element shines through because the initial value of background property is transparent. |
|