Christoph Schnauß: Nein, so nicht!!!

Beitrag lesen

na dann:

Wie siehts bei dir aus?

Hintergrund lila, Textfarbe schwarz

allerdings: ich sagte, ich hab deinen Code in ein HTML_Dokument reinkopiert, das insgesamt dann so aussieht:
<html>
<head>
<style type="text/css">
body
  {
    color: #00FF00;
    background-color: #FF00FF;
  }
H2
  {
    color: #121212;
    font-family: Lucida Console;
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
  }
</style>
</head>
<body>
<h2> Text Text Text </h2>

</body>
</html>

Christoph S.