in reply to Re: Understanding ::
in thread Understanding ::

Forgetting to put in a starting <html> tag is not an error. Tags <html> and </html> are optional (although <!DOCTYPE> is required).

Update: Oh I see. He used </html> without <html>. Ignore this post.