Hallo,
oh man, sieht ja aus als ob du uns ärgern willst.
Selten so viele Fehler in so wenig Code gesehen.
Documententyp - korrigiert
style in den head und maskiert
h1 geschlossen mit </h1>
</1> korrigiert mit </i>
<br><br> entfernt, da h1 einen Umbruch erzeugt
</a> entfernt
Leerzeilen weg und eingerückt
So, jetzt klappts auch mit der Anzeige.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Willkommen</title>
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }
-->
</style>
</head>
<body>
<h1 align="center"><i>Wilkommen</i></h1>
<a href="dateiname.html">erste Infos</a>
</body>
</html>
Gruß von Aybee