Marco: zentrieren

Beitrag lesen

so sieht mein quelltext aus:

<! Doctype Html Puplic "-//w3c//DTD HTML 4.01 Transitional//ED"

<html>
<head>
<title>Willkommen</title>
</head>
<body>
<h1 align="center"><i>Wilkommen</1></a><br><br>
<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>

<a href="dateiname">erste Infos</a>

</body>
</html>