Hi,
<link rel='stylesheet' type='text/css' href='style.css'>
die CSS-Datei wird so eingebunden:
<link rel="stylesheet" type="text/css" href="formate.css">
http://www.w3.org/TR/html401/intro/sgmltut.html#h-3.2.2 sagt:
By default, SGML requires that all attribute values be delimited using either double quotation marks (ASCII decimal 34) or single quotation marks (ASCII decimal 39).
Also sind sowohl '' als auch "" erlaubt.
Es ist also auch
<link rel='stylesheet' type="text/css" href='style.css'>
richtig...
cu,
Andreas
--
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/
Der Optimist: Das Glas ist halbvoll. - Der Pessimist: Das Glas ist halbleer. - Der Ingenieur: Das Glas ist doppelt so groß wie nötig.
http://mud-guard.de/? http://www.andreas-waechter.de/ http://www.helpers.de/