Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background: #8ebf42; } </style> </head> <body> <h2>Beispiel für die Eigenschaft background</h2> <p>Hier ist die Hintergrundfarbe auf grün gesetzt.</p> </body> </html>