Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> body { background-color: #e6ebef; } h2 { background-color: #8ebf42; } p { background-color: #1c87c9; } </style> </head> <body> <h2>Quelque titre avec un fond vert.</h2> <p>Quelque paragraphe avec un fond bleu.</p> </body> </html>