<html> <head> <style type="text/css"> p { border-style: solid; border-right-color: #ff0000 } </style> </head> <body> <p>Some text.</p> </body> </html>
本文案例为大家展示了《如何设置右边框的颜色》的代码,若要看代码效果请大家点击“运行代码”按钮。
[code]<html> <head> <style type=”text/css”> p { border-style: solid; border-right-color: #ff0000 } </style> </head> <body> <p>Some text.</p> </body> </html>[/code]