CSS - border-right
Description:Sets an element's right border; value is one or more of a color, a value for border-right-width, and a value for border-style Possible Values:Possible value is one or more of a color, a value for border-width, and a value for border-style. Applies to:All the HTML elements. DOM Syntax:
Example:The border-right property allows you to specify color, style, and width of top lines in one property: Following is the example to show to use all the three properties into a single property.
This will produce following result:
|