<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate a document.

The W3C QA Activity maintains a List of recommended Doctypes that you can choose from, and the WDG maintains a document on "Choosing a DOCTYPE".

No Character Encoding Found! - An HTML document should be served along with its character encoding.

The line in the HTTP header typically looks like this:
Content-Type: text/html; charset=iso-8859-1

eh! eh!