Schema Documentation - DIAGRAM Description Profile
version 1.0

The col element

On this page:

The col element allows a set of properties to be defined for the cells in one or more table columns.

The optional span attribute indicates the number of adjoining columns to which the properties apply.

Usage Example

<table>
   <colgroup>
       <col span="2" class="center" />
       <col class="right" />
   </colgroup>
    <colgroup span="4" class="result" />
   <tr>
       <td>…</td>
       <td>…</td>
       <td>…</td>
       <td>…</td>
       <td>…</td>
       <td>…</td>
       <td>…</td>
   </tr>
</table>
    

Allowed parents

colgroup

Allowed children

This element is empty

Content model

This element is empty

Namespace

http://www.daisy.org/ns/z3998/authoring/