http://www.perlmonks.org?node_id=358214

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="de" xmlns="http://www.w3.org/1999/xhtml" xml:lang="de"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1 +" /> <title>Titel</title> </head> <body> <b>If you see this as rendered HTML your browser sucks</b> <div><a href="a">a link</a></div> <img src="abc.tif"> <script type="text/javascript"><!-- alert("and if you see this box, your browser sucks even more ;-)"); --></script> </body> </html>