Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> body { background-color: #1c87c9 !important; background-color: #ffcc00; } h2 { color: #8ebf42 ; } h2 { color: #eeeeee !important; } </style> </head> <body> <h2>W3docs</h2> <p>W3docs bietet kostenloses Lernmaterial für Programmiersprachen wie HTML, CSS, Java Script, PHP usw an.</p> </body> </html>