Probably an extra tag, or missing closing tag somewhere. It once took me 30 minutes to figure out why IE wasn't displaying a page that Firefox would. Turns out that instead of a closing <title> tag, I had two opening ones.
I.e.
Code:
<title>This is my title<title>
Appearently, IE doesn't like that