annalein: w3c Validierung - no doctype found

Beitrag lesen

Sorry, hatte da für ein paar Minuten einen Fehler drinnen, bis ich ihn bemerkt habe. Die Seite wird nun angezeigt.

Ich habe den Serverseitigen Code gepostet, weil ich dachte dass der Fehler sowieso irgendwo im Kopf der Seite liegt.

Sorry, dass ich die URL nicht richtig gepostet habe.

Also die html Datei zeigt folgendes:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
  <meta name="title" content="Annaleins Website" />
  <meta name="subject" content="Tipps für Linux und Mac OS X Leopard" />
  <meta name="keywords" content="X11, Linux, Ubuntu" />
  <meta name="description" content="Tipps für Linux und Mac OS X Leopard, sowie Vorlesungsmitschriften." />
  <meta name="language" content="de" />
  <meta name="robots" content="index,follow" />
  <title>Annaleins Website</title>
  <link rel="stylesheet" type="text/css" href="style.css" />
    <style type="text/css">
      /* ... hier sind dateispezifische Formate erlaubt ... */
    </style>
</head>
<!-- ********* Layout ******************************************************* -->

<body>
<div id="outline">
  <img src="images/gradient.jpg" alt="" height="400pt" width="100%" border="0" />  <!-- Füge das Hintergrundbild ein -->
<div id="title">                                                                   <!-- Füge den Titel ein -->
  <h4>Annaleins Homepage - Uni </h4></div>             <!-- Titel fuer Startseite da dort doc='' -->

<!-- ********* Navigation ******************************************************* -->

<ul id="navigation">

<li style='list-style: none; font-size: 14pt; font-weight: bold;'> <a href='index.php?doc=start'>Home</a> <ul></ul></li><li style='list-style: none; font-size: 14pt; font-weight: bold;'> <a href='index.php?doc=uni/start'>Uni</a> <ul><li style='list-style: none;'> <a href='index.php?doc=uni/physik'>Physik</a> </li></ul><li style='list-style: none;'> <a href='index.php?doc=uni/bauing'>Bauing.</a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul><li style='list-style: none;'> <a href='index.php?doc='></a> </li></ul></ul></li><li style='list-style: none; font-size: 14pt; font-weight: bold;'> <a href='index.php?doc=mac/start'>Leopard</a> <ul></ul></li><li style='list-style: none; font-size: 14pt; font-weight: bold;'> <a href='index.php?doc=linux/start'>Ubuntu</a> <ul></ul></li><li style='list-style: none; font-size: 14pt; font-weight: bold;'> <a href='index.php?doc=web/start'>Homepage</a> <ul></ul></li><li style='list-style: none; font-size: 14pt; font-weight: bold;'> <a href='index.php?doc=todo'>To Do </a> <ul></ul></li> </ul>

<!-- ********* Content ********************************************************* -->

<div id="text">

<h2>Mitschriften</h2>
<p>Ich verfasse die Vorlesungmitschriften mit dem Programm <a href="http://de.wikipedia.org/wiki/LyX">Lyx</a>, also mit der Layoutsprache <a href="http://de.wikipedia.org/wiki/LaTeX">LaTex</a>. <br />
Das Programm ist leistungsfähiger und stabiler als Word und kann Formeln perfekt darstellen. Es ist für alle Betriebssysteme verfügbar. <br />
</p>
 </div>

<!-- ***** Ende Seiteninhalt**************************************************** -->
    </div>
  </body>
</html>