What is the default margin value of <p> tag?

Viewed 12045

I noticed that the <p> tag has a default margin value and it seems it's somehow related to its content's font-size value.

Is there any reference that I can check out the detailed rules for this?

http://jsfiddle.net/z45R9/ Please take a look at my code here.

Thanks,

3 Answers
Related