Hallo zusammen,
ich dreh bald durch. Nach gerade mal 3 Zeilen Html bin ich am Ende! :)
Offline funktioniert die CSS Datei. Sobald ich die Datei hochlade leider nicht.
Ich freue mich über jeden kleinen Hinweis. Gruß aus Hamburg.
Die rasanten 3 Zeilen Quellcode:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="eckhoffcss.css">
</head>
<body>
<h1>!Welcome to Eckhoff24!</h1>
<h1 class="mitte">!Wo ist die css Datei?!</h1>
</body>
</html>
Die css Datei:
h1 {
color : black;
background-color : transparent;
font-size : 8pt;
font-weight : bold;
text-align : center;
}
h1.mitte {
color : blue;
background-color : transparent;
font-size : 22pt;
font-weight : bold;
text-align : center;
}