Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { border: thick solid #8ebf42; padding: 5px; } </style> </head> <body> <h2>Exemple de la propriété border</h2> <p>La bordure de ce paragraphe est définie "thick solid green".</p> </body> </html>