| Attribute |
Description |
| Border |
This attribute is short for setting attributes for Four Edges in a declaration. |
| Border-style |
It is used to set the style of all borders of an element, or to set the border style for each edge separately. |
| Border-width |
Short attribute, used to set the width of all borders of an element, or separately set the width of each border. |
| Border-color |
This attribute is short for setting the color of the visible part of all borders of an element or the color of the four sides. |
| Border-bottom |
Short attribute, used to set all attributes of the bottom border to a declaration. |
| Border-bottom-color |
Set the color of the Bottom Border of the element. |
| Border-bottom-style |
Set the style of the Bottom Border of the element. |
| Border-bottom-width |
Set the width of the Bottom Border of the element. |
| Border-left |
This attribute is short for setting all the attributes of the left border to a declaration. |
| Border-left-color |
Set the color of the Left Border of the element. |
| Border-left-style |
Set the style of the Left Border of the element. |
| Border-left-width |
Set the width of the Left Border of the element. |
| Border-right |
This attribute is short for setting all the attributes of the right border to a declaration. |
| Border-right-color |
Set the color of the right border of the element. |
| Border-right-style |
Set the style of the right border of the element. |
| Border-right-width |
Set the width of the right border of the element. |
| Border-top |
This attribute is short for setting all the attributes of the upper border to a declaration. |
| Border-top-color |
Set the color of the upper border of the element. |
| Border-top-style |
Set the style of the upper border of the element. |
| Border-top-width |
Set the width of the upper border of the element. |