CSS Border Properties
Reference list on the CSS Border Properties
The border properties of CSS are used to create borders on elements. If you want to use images as borders, then see: BlueBoden's BorderTechnique with Images
Its recommended that you use the short-hand properties whenever possible. Using the short-hand properties, can help reduce the file-size of your External CSS StyleSheets, and can make it faster to type in the declarations.
Short-hand Border properties
Note. It is recommended to use these.
Note. Theres also an article called Creating Borders covering basic usage of the short-hand properties.