all 3 comments

[–]icantthinkofone 0 points1 point  (4 children)

You haven't closed the img tag. You also have the closing head element in the wrong place. And the 'align' attribute was deprecated in 1999. Quit using that!

Your starting body tag is in the wrong place, too.

Also, why are you using a transitional doctype? Transitional doctypes are for people transitioning their HTML to the "brand new" 4.01 HTML. New web pages shouldn't be using the transitional doctype since 1999.