Testneu: Unterschied zwischen den Versionen
Aus Versicherungen.org Wiki
387 Bytes entfernt
, 22:09, 14. Jan. 2017
|
|
Zeile 7: |
Zeile 7: |
| | style="background-color:#888" | Zelle 7 || Zelle 8 || Zelle 9 | | | style="background-color:#888" | 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>
| |
| <h1>Hintergrundfarben festlegen</h1>
| |
| <p>Dieses Beispiel demonstriert die Wirkung der Eigenschaft <code>background-color</code>.</p>
| |
| </body>
| |
| </html>
| |