Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> body { background-color: #1c87c9; } p { color: white; } </style> </head> <body> <p>Some information</p> </body> </html>