Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>CSS border property</title> </head> <body> <p style="border-style: solid; border-width:1px; border-color: orange;">This paragraph represent the CSS border properties. This way you can change the border color, border width or border style.</p> </body> </html>
  Preview Arrow