Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> hr { width: 100%; height: 30px; margin-left: auto; margin-right: auto; background-color: #b7d0e2; border: 0 none; } </style> </head> <body> <h1>Horizontale Linie mit Height und Background Color</h1> <hr /> </body> </html>