<?xml version="1.0" encoding="UTF-8"?><property><name>caption-side</name><description><![CDATA[Specifies the position of the caption box with respect to the table box]]></description><keywords><![CDATA[css property caption-side caption side]]></keywords><longDescription><![CDATA[<p>This property specifies the position of the caption box with respect to the table box.</p>
<p>To align caption content horizontally within the caption box, use the <a href="text-align">text-align</a> property.</p>
<p class="note">Note: CSS2 described a different width and horizontal alignment behavior. That behavior will be introduced in CSS3 using the values <code>top-outside</code> and <code>bottom-outside</code> on this property.</p>

<h2>Syntax</h2>
<p><code>caption-side: top | bottom | inherit;</code></p>

]]></longDescription><syntaxes></syntaxes><versions><version key="doc2"><![CDATA[http://www.w3.org/TR/CSS2/tables.html#propdef-caption-side]]></version><version key="doc21"><![CDATA[http://www.w3.org/TR/CSS21/tables.html#propdef-caption-side]]></version><version key="doc3"><![CDATA[1]]></version></versions></property>