Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> p { padding: 8px; border-style: dotted; border-top-width: thick; } </style> </head> <body> <h2>Exemple de border-top-width</h2> <p>Comme vous le voyez, la largeur de la bordure supérieure est définie thick.</p> </body> </html>