Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <style> h2 { border-bottom-style: solid; border-bottom-color: #1c87c9; border-bottom-width: 5px; } </style> </head> <body> <h2> Заголовок с нижней границей solid blue</h2> </body> </html>