Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .dotted { border-style: dotted; border-color: #1c87c9; padding: 5px; } </style> </head> <body> <div class="dotted">Example with blue dotted border.</div> </body> </html>