Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> h2 { border-right-style: solid; } p { border-right-style: dotted; } </style> </head> <body> <h2>Un titre avec border-right-style solide..</h2> <p>Un paragraphe avec border-right-style en pointillé (dotted).</p> </body> </html>