CSS: initial value
What is initial value
For each CSS property, the CSS spec defines a initial value.
For example
| property name | initial value |
display | inline |
color | black |
font-weight | normal |
position | static |
visibility | visible |
float | none |
text-decoration | none |