Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> </head> <body> <p>Meine Lieblingsfarbe ist <del style="color:#8ebf42;">grĂ¼n</del> <ins style="color:#1c87c9;"> blue</ins>!</p> </body> </html>