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