Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { background-color:rgb(25,25,112); color: rgb(169,169,169); padding: 22px; } </style> </head> <body> <div> <p>Das ist ein Text in grau, und der Hintergrund ist blau</p> </div> <p style="color:rgb(25,25,112);"> Das ist ein Text in blau</p> </body> </html>