Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background-color: transparent; } </style> </head> <body> <h2>Exemple de la propriété background-color </h2> <p>Dans cet exemple, background-color est transparent. C'est la valeur initiale.</p> </body> </html>