Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> body { background: #8ebf42; } </style> </head> <body> <h2>Exemple de la propriété background</h2> <p>Ici la couleur de fond est définie comme verte.</p> </body> </html>