Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background-color: transparent; } </style> </head> <body> <h2>Ein Beispiel für die Eigenschaft Background-color.</h2> <p>In diesem Beispiel ist background-color auf transparent gesetzt. Das ist der Standadwert.</p> </body> </html>