Edit This Code:
See Result »
<!DOCTYPE html> <html> <head> <style> p { border-style: solid; border-bottom-color: #ff0000; } </style> </head> <body> <p>This is some text in a paragraph.</p> </body> <!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_border-bottom-color by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 13 Mar 2016 11:02:56 GMT --> </html>
Result: