Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { background-color: #1c87c9; color: white; margin: 25px 10px 15px 20px; } </style> </head> <body> <p>Paragraph with background-color, color and margin properties.</p> </body> </html>