Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> p { border-style: dotted; padding: 5px; } </style> </head> <body> <p>Ein Beispiel für dotted border-style.</p> </body> </html>