Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { background-color: #1c87c9; color: #d5dce8; padding: 22px; } </style> </head> <body> <div> <p>Das ist ein Text in grau, und der Hintergrund ist blau.</p> </div> <p style="color:#8ebf42;">Dieser Text ist grĂ¼n</p> </body> </html>