Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { border-style: dotted; padding: 5px; } </style> </head> <body> <p> Exemple de border style en pointillé (dotted).</p> </body> </html>