Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> p { border-left-style: solid; } div { border-left-style: dotted; } </style> </head> <body> <p> Example with solid border-left-style.</p> <div>Example with dotted border-left-style.</div> </body> </html>