/

HTML / CSS / JavaScript Tutorial

CSS Property: caption-side

[this page | pdf | back links]

The CSS (CSS2) caption-side property indicates where a table caption should be placed.

 

Valid property values (other than inherit and initial) are:

 

Value

Description

bottom

Puts caption below table

top

(default value). Puts caption above table

 

Default Value:

top

JavaScript syntax:

e.g. object.style.captionSide="bottom"

Inherited:

Yes

Animatable:

No

 


NAVIGATION LINKS
Contents | Prev | Next | CSS Properties


Desktop view | Switch to Mobile