Hallo Leute,
ich hab ein Problem, ich habe heute angefangen eine Website zu erstellen.
Wenn ich jetzt die Farbe, Größe oder Position von h2 ändern möchte nimmt er es nicht an.
Also er nimmt nur h1 an...
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Halli Hallo</title>
<style type="text/css">
body {
font-family: @HGHeiseiMinchotaiW3;
font-weight: bold;
font-style: italic;
text-decoration: underline;
color: #000040;
background: #80FF00;
}
</style>
<style type="text/css">
h1 {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #f00;
padding-left: 6px;
padding-right: 6px;
display: inline-block;
}
</style>
<style type="text/css">
h2 {
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
background-color: #f00;
padding-left: 6px;
padding-right: 6px;
display: inline-block;
}
</style>
<style type="text/css">
ol {
font-family: @HGHeiseiMinchotaiW3;
font-size: medium;
color: red;
}
</style>
<style type="text/css">
li {
font-family: @HGHeiseiMinchotaiW3;
font-size: medium;
color: #FF0000;
}
</style>
</head>
<body>
<h1>Willkommen auf meiner Homepage!</h1>
<p>Also das ist das erste mal das ich eine Website erstelle</p>
<ul>
<li>Startseite</li>
<li><a href="html/preise.html">Unsere Preise</a></li>
<li><a href="html/bilder.html">Bilder von unseren Produkten</a></li>
</ul
<h2>Überschrift nummer</h2>
<ol>
<li>Hierhin gehts
<ol>
<li>Hierhin</li>
<li>keine Ahnung</li>
<li>joar</li>
<li>und jetzt</li>
</ol>
</li>
<li>Und dahin
<ol>
<li>Dadrunter</li>
<li>Dadruf</li>
<li>Und da</li>
</ol>
</li>
</ol>
<p>und hier noch ein bisschen</p>
</body>
</html>
Bitte keine Kommentare über den Inhalt, das ist nur zum Üben :)
Ich danke schon mal
Freundliche grüße
Tachie