Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> body{ background-color: #d3d3d3; } p{ color: #1c87c9; } a{ color: red; } </style> </head> <body> <p>Paragraph</p> <a href="#">Link</a> </body> </html>