Forum Moderators: open
<?xml version="1.0" encoding="UTF-8"?>
Using an XML prolog is best avoided: it is not required (but you do still have to declare the charset) and its presence pushes Internet Explorer into quirks mode. You should start with the doctype only.
<html xmlns="http://www.w3.org/1999/xhtml">
It's not vital but it should be used for completeness.