HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div{ border: 1px solid black; border-top-width: 5px; } </style> </head> <body> <h1>CSS border-top-width Property</h1> <div> This is div container. </div> </body> </html>
OUTPUT
×

Save as Private