Introduction:
The following CSS border codes demonstrate the various CSS properties
you can use to apply styles to the border of any HTML element.CSS allows you to set styles for the border of any HTML element. It
also provides you with a way of setting border styles for one or more
sides of an element.
Example:
<html> <head> <title></title> </head> <body> <p style="border-width:1px;border-style:solid;border-color:blue;">This text has border styles applied using the border-width, border-style, and border-color properties.</p> </body> </html>
0 comments :
Post a Comment