Hallo. :)
ich wollte einmal den code von meiner erste seite hier hon kopieren, da sie nur lokal ist kann ich nur den code geben.
Ich hoffe ich habe alles berücksichtlig. Ich bin für Kritik immer offen, aber bitte seit nicht so streng ist der Erste richtige versuch
Danke. :)
Code:
<html>
<head>
<title>Signal Iduna Park</title>
<link rel="shortcut icon" type="image/x-icon" href="bvb.jpg" />
<!--Links neben dem Seiten Titel wird ein kleines Icon eigefügt-->
<style type="text/css">
body { background-color:#000000; color:#ffff00;}
a:link { color:#ffff00; }
a:visited { color:#ffff00; }
a:active { color:#ffff00; }
</style>
<!--Definierung der Farben für Hintergrund,Text, geöffnete und ungeöffnete Links sowie gerade Aktivierte Links-->
</head>
<body>
<font face="Comic Sans MS">
<table>
<tr>
<td width="1400px" height="100px" bgcolor="#000000">
<span style="font-size:69px"><p align=center><u>Signal Iduna Park</u></p></span>
</td>
</tr>
</table>
<table>
<tr>
<td width="220px" height="900px" bgcolor="#000000" valign=top>
<span style="font-size:22px">
<u><b>Navigation</b></u></br></span>
<ul>
<span style="font-size:20px">
<li><A href="Information.html">Allgemeine Informationen</A>
<p></p>
<li><A href="Südtribüne.html">Südtribüne</A>
</ul>
</td>
<td width="1024px" height="768px" bgcolor="#000000">
<img src="Arena.jpg" width="1024px" height="768" >
</td>
</tr>
</table>
</body>
</html>
ich wollte einmal den code von meiner erste seite hier hon kopieren, da sie nur lokal ist kann ich nur den code geben.
Ich hoffe ich habe alles berücksichtlig. Ich bin für Kritik immer offen, aber bitte seit nicht so streng ist der Erste richtige versuch

Danke. :)
Code:
<html>
<head>
<title>Signal Iduna Park</title>
<link rel="shortcut icon" type="image/x-icon" href="bvb.jpg" />
<!--Links neben dem Seiten Titel wird ein kleines Icon eigefügt-->
<style type="text/css">
body { background-color:#000000; color:#ffff00;}
a:link { color:#ffff00; }
a:visited { color:#ffff00; }
a:active { color:#ffff00; }
</style>
<!--Definierung der Farben für Hintergrund,Text, geöffnete und ungeöffnete Links sowie gerade Aktivierte Links-->
</head>
<body>
<font face="Comic Sans MS">
<table>
<tr>
<td width="1400px" height="100px" bgcolor="#000000">
<span style="font-size:69px"><p align=center><u>Signal Iduna Park</u></p></span>
</td>
</tr>
</table>
<table>
<tr>
<td width="220px" height="900px" bgcolor="#000000" valign=top>
<span style="font-size:22px">
<u><b>Navigation</b></u></br></span>
<ul>
<span style="font-size:20px">
<li><A href="Information.html">Allgemeine Informationen</A>
<p></p>
<li><A href="Südtribüne.html">Südtribüne</A>
</ul>
</td>
<td width="1024px" height="768px" bgcolor="#000000">
<img src="Arena.jpg" width="1024px" height="768" >
</td>
</tr>
</table>
</body>
</html>