Testneu

Aus Versicherungen.org Wiki
Zelle 1 Zelle 2 Zelle 3
Zelle 4 Zelle 5 Zelle 6
Zelle 7 Zelle 8 Zelle 9


<!DOCTYPE html> <html>

 <head>
   <meta charset="utf-8">
   <title>background-color</title>
   <style>


     h1   { background-color: #abc; }
     p    { background-color: lightgreen; }


   </style>
 </head>
 <body>

Hintergrundfarben festlegen

Dieses Beispiel demonstriert die Wirkung der Eigenschaft background-color.

 </body>

</html>