Hi!

when h1 tag of HTML is nested inside div tag, in Netscape Navigator it leaves vertical space before h1 tag contents, which doesn't happen in IE. Why is it so?

example:

<div>
<h1>Contents</h1>
</div>

Thank you.