<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><head> <title>An XHTML 1.0 Strict standard template</title> <meta http-equiv=\"content-type\" content=\"text/html;charset=utf-8\" /> <meta http-equiv=\"Content-Style-Type\" content=\"text/css\" /></head><body> <p>… Your HTML content here …</p></body></html>
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<meta http-equiv=\"Content-Style-Type\" content=\"text/css\" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Is this template good for making a xhtml 1.0 strict cross browser compatible website ?
I found this on W3C site and two thing is new for me
and