CSS - border-bottom


Description:

Sets an element's bottom border; value is one or more of a color, a value for border-bottom-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:

object.style.borderBottom="2px solid red";

Example:

The border-bottom property allows you to specify color, style, and width of bottom lines in one property:

Following is the example to show to use all the three properties into a single property.

<p style="border-bottom:4px solid red;">
This example is showing shorthand property for border-bottom.
</p>
     

This will produce following result:

This example is showing shorthand property for border-bottom.

 





Spacer Bottom Left Corner ImageBottom Right Corner Image
Valid XHTML 1.0 Strict  Valid CSS! Check the accessibility of this site according to U.S. Section 508