border-top-width-5px-ref.html (267B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Borders: border-top-width: 5px, reference</title> 5 <style> 6 div { border-top-style: solid; border-top-width: 5px; } 7 </style> 8 </head> 9 <body> 10 <p>There should be a black line below and no red.</p> 11 <div></div> 12 </body> 13 </html>