clear

Defines whether a block-level element allows itself to be displayed in the same horizontal band as a nearby floating element, such as an image.

caption-side

Positions the caption element above or below the tabular content of the enclosing table element (other values may not work in some browsers).

bottom

The CSS specification calls for this attribute to define the position of the bottom edge of a positioned element's content (exclusive of borders and

border-width

This is a shortcut attribute that lets you set multiple border edges to the same or different widths.

border-style

This is a shortcut attribute that lets you set multiple border edges to the same or different style.

border-spacing

Determines the size of the space (if any) between all cell borders in a table.

border-color

This is a shortcut attribute that lets you set multiple border edges to the same or different colors.

border-collapse

Sets whether borders of adjacent table elements (cells, row groups, column groups) are rendered separately or collapsed (merged) to ignore any

border-bottom-width

Each attribute sets the width of a single border edge of an element.

border-bottom-style

Each attribute sets the line style of a single border edge of an element.

border-bottom-color

Each attribute sets the color of a single border edge of an element. This power is easy to abuse by mixing colors that don't belong together.

border-bottom

All four attributes are shorthand attributes for setting the width, style, and/or color of a single border edge of an element in one assignment

border

This is a shorthand attribute for setting the width, style, and/or color of all four borders around an element in one assignment statement.

behavior

Associates an external behavior definition to the element.

background-repeat

Sets whether a background image (specified with the background-image attribute) should repeat and, if so, along which axis.