Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> h1 { color: red; text-align: center; border: 5px solid black; border-bottom-style: hidden; } </style> </head> <body> <h1>Examples with border-bottom-style property</h1> </body> </html>