I need to know the exactly size of the <h2> tag. I need that value to apply it to other text which has to have the same size of this tag. Thanx in advance :)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||||
|
|
There are no fixed values of font size property for font size intervals. It is implementation-defined. The matter is fairly complex. I'd suggest to take a look at least at graphs presented here: Toward a standard font size interval system by Todd Fahrner |
|||
|
|
|
It depends. You can set it directly by h2{} in css |
|||
|
http://www.w3.org/TR/CSS2/sample.html suggests its 1.5em, or half again as large as whatever the standard font size has been set to. |
|||
|
|