All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.schema.z3998-book-1.0-latest.schemadoc.subfiles.e-col01.html Maven / Gradle / Ivy



   
      
      Schema Documentation: the col element
      
   
   
      
Schema Documentation - Book Profile
version 1.0

The col element

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/





© 2015 - 2025 Weber Informatics LLC | Privacy Policy