@@OhneName:
Du weißt aber schon, dass man das head-Element ebenfalls anzeigen lassen kann? […] da das sowieso sinnlos ist.
Warum sollte?
Es kann durchaus sinnvolle Anwendungen dafür geben:
<!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" xml:lang="de" lang="de"
>
<head profile="http://dublincore.org/documents/dcq-html/">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>TEST</title>
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
<meta name="DCTERMS.modified" content="2008-07-11" />
<style type="text/css">
[code lang=css]head
{
display: block;
}
head *
{
display: none;
}
head meta[name="DCTERMS.modified"]
{
display: block;
padding: 10px;
border-bottom: 1px solid silver;
}
head meta[name="DCTERMS.modified"]:after
{
content: "letzte Änderung: " attr(content);
}
</style>
</head>
<body xml:lang="und" lang="und">
<h1>Lorem ipsum</h1>
<p>Lorem ipsum dolor sit amet</p>
</body>
</html>[/code]
Live long and prosper,
Gunnar
--
Erwebsregel 208: Manchmal ist das einzige, was gefährlicher als eine Frage ist, eine Antwort.
Erwebsregel 208: Manchmal ist das einzige, was gefährlicher als eine Frage ist, eine Antwort.