<html> <head> <style type="text/css"> p { border-style: ridge } </style> </head> <body> <p>Texto con bordes en relieve</p> </body> </html>
<html> <head> <style type="text/css"> p { border-style: ridge } </style> </head>
<body> <p>Texto con bordes en relieve</p> </body> </html>