speedy1007
Neues Mitglied
Hallo liebes HTML-Forum,
ich habe folgendes Problem.
Er übernimmt meine CSS Befehle für meinen Quellcode nicht.
Der Quellcode sieht wie folgt aus:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>Aufgaben Liste</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/CSS">
h1{
font-family: "Comic Sans MS", sans-serif;
text-decoration: blink;
}
ol li {list-style-type: upper roman;]
#griechisches Alphabetol li {list-style-type: lower greek;}
ul li {list-style-type: lower alpha;}
ul li ol li {list-style-type: lower-alpha;}
ul li ol li ol li {list-tyle-type: upper-alpha;}
ul li ol li ul li {list-style-image: url{smiley.gif);}
</style>
</head>
<body>
<h1>Aufgaben Liste</h1>
<ol>
<li>Alpha</li>
<li>Beta</li>
<li>Gamma</li>
</ol>
<div id="griechisches Alphabet">
<ol>
<li>Alpha</li>
<li>Beta</li>
<li>Gamma</li>
</ol>
</div>
<ul>
<li>Mathe</li>
<li>Deutsch</li>
<li>IV</li>
<ol>
<li>Office</li>
<li>Web-Design</li>
<ul>
<li>XHTML</li>
<li>CSS</li>
<li>PHP</li>
</ul>
</li>
<li>Datenbanken</li>
<ol>
<li>ERM</li>
<li>Normalisierung</li>
<li>SQL</li>
</ol>
</li>
<li>E-Commerce</li
</ol>
</li>
<li>Religion</li>
</ul>
</body>
</html>
Die Frage ist nun: Warum übernimmt er die CSS Befehle nicht?
Was habe ich falsch gemacht?
Ich würde mich über schnelle Antowrten sehr freuen, da ich die Antwort schnell benötige.
MfG
Christo
ich habe folgendes Problem.
Er übernimmt meine CSS Befehle für meinen Quellcode nicht.
Der Quellcode sieht wie folgt aus:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<head>
<title>Aufgaben Liste</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/CSS">
h1{
font-family: "Comic Sans MS", sans-serif;
text-decoration: blink;
}
ol li {list-style-type: upper roman;]
#griechisches Alphabetol li {list-style-type: lower greek;}
ul li {list-style-type: lower alpha;}
ul li ol li {list-style-type: lower-alpha;}
ul li ol li ol li {list-tyle-type: upper-alpha;}
ul li ol li ul li {list-style-image: url{smiley.gif);}
</style>
</head>
<body>
<h1>Aufgaben Liste</h1>
<ol>
<li>Alpha</li>
<li>Beta</li>
<li>Gamma</li>
</ol>
<div id="griechisches Alphabet">
<ol>
<li>Alpha</li>
<li>Beta</li>
<li>Gamma</li>
</ol>
</div>
<ul>
<li>Mathe</li>
<li>Deutsch</li>
<li>IV</li>
<ol>
<li>Office</li>
<li>Web-Design</li>
<ul>
<li>XHTML</li>
<li>CSS</li>
<li>PHP</li>
</ul>
</li>
<li>Datenbanken</li>
<ol>
<li>ERM</li>
<li>Normalisierung</li>
<li>SQL</li>
</ol>
</li>
<li>E-Commerce</li
</ol>
</li>
<li>Religion</li>
</ul>
</body>
</html>
Die Frage ist nun: Warum übernimmt er die CSS Befehle nicht?
Was habe ich falsch gemacht?
Ich würde mich über schnelle Antowrten sehr freuen, da ich die Antwort schnell benötige.
MfG
Christo
Zuletzt bearbeitet: