Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> h2 { border-bottom-style: groove; border-bottom-width: medium; } div { border-style: groove; border-bottom-width: medium; } </style> </head> <body> <h2>Eine Überschrift mit einem mittleren unteren Rand.</h2> <div>Ein Element div mit einem mittleren unteren Rand.</div> </body> </html>