<html> <head> <style type="text/css"> p { border-style: solid; border-top-color: #FF0000; border-left-color: #FF0000 } </style> </head> <body> <p>Texto con el borde superior e izquierdo de color rojo</p> </body> </html>
<html> <head> <style type="text/css"> p { border-style: solid; border-top-color: #FF0000; border-left-color: #FF0000 } </style> </head>
<body> <p>Texto con el borde superior e izquierdo de color rojo</p> </body> </html>