kows: now you're mixing HTML5 with XHTML: in HTML5 you don't need to close the single tag elements explicitly, <img alt="" src=""> and <br> are perfectly fine

Anyway, the DOCTYPE also has to be pointed out, in the first post it is <!DOCTYPE> while it should be <!DOCTYPE html> to make it "the latest and greatest HTML".