Hier werden die Unterschiede zwischen der gewählten und der aktuellen Version gezeigt.
start:info:08_diff:xhtml:dokument 24.09.2009 09:17 | start:info:08_diff:xhtml:dokument 23.10.2013 10:12 aktuell | ||
---|---|---|---|
Zeile 54: | Zeile 54: | ||
====== Grundgerüst zum Kopieren ====== | ====== Grundgerüst zum Kopieren ====== | ||
- | <code html> | + | <code xml> |
- | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
- | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | + | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | <html xmlns="http://www.w3.org/1999/xhtml"> | + | <html xmlns="http://www.w3.org/1999/xhtml" lang="de-de"> |
<head> | <head> | ||
<title>Grundgerüst</title> | <title>Grundgerüst</title> | ||
<meta name="author" content="E. Alkan" /> | <meta name="author" content="E. Alkan" /> | ||
+ | <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> | ||
</head> | </head> | ||
+ | |||
<body> | <body> | ||
<!-- Hier kommt euer Inhalt hin --> | <!-- Hier kommt euer Inhalt hin --> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |