Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { background-color: #1c87c9; color: white; padding: 20px 40px 20px 40px; } </style> </head> <body> <p>Paragraphe avec les propriétés background-color, color et padding.</p> </body> </html>