Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> h2 { border-bottom-style: groove; border-bottom-width: medium; } div { border-style: groove; border-bottom-width: medium; } </style> </head> <body> <h2>Un titre avec une bordure de largeur moyenne.</h2> <div>Un élément div avec une une bordure inférieure moyenne.</div> </body> </html>