Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> p { padding: 8px; border-style: dotted; border-top-width: thick; } </style> </head> <body> <h2>Border-top-width example</h2> <p>As you can see the width of the top border is set to thick.</p> </body> </html>