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