H1 tag still has a padding or margin on the bottom even though none set

css, html

Solution

There is no padding. There is just space allocated by the default `line-height` and no characters with descenders (like p, q, and g) in the text.

http://jsfiddle.net/6hCrC/1/

Problem

H1 tag still has a padding or margin on the bottom even though none set. I have a h1 tag and a bit of text underneath. I set margin and madding to 0 on both and the text still does not sit right underneath the h1 text. I have created a js fiddle to illustrate my point http://jsfiddle.net/6hCrC/

Original source