What are the default style property values in HTML?
Posted
by Emanuil
on Stack Overflow
See other posts from Stack Overflow
or by Emanuil
Published on 2010-06-07T16:14:09Z
Indexed on
2010/06/07
16:22 UTC
Read the original article
Hit count: 165
Most HTML elements have style properties associated with them - such a "color", "font-size" and "padding". These style properties have default values. For example the "color" style property associated with the "a" (anchor) element seems to have a default value of "#000066".
What are the default style properties values fo in HTML?
© Stack Overflow or respective owner