Hallo ich lerne gerade html und css.
In dem Buch ist eine Übung,aber das Ergebnis kommt einfach nicht zu Stande was ich machen soll!
Kann mir da einer helfen?
Zitat
<html>
<head>
<title>IDs</title>
<style type="text/css">
#absatz1 {
color: red;
font-family: Arial;
}
p#absatz1 {
color: green;
}
</style>
</head>
<body>
<p id="absatz1">
Einen Absatz mit Text.
</p>
</body>
</html>
Alles anzeigen
Bei mir kommt der satz nur schwartz???