
xml.schema.z3998-book-1.0-latest.schemadoc.subfiles.e-col01.html Maven / Gradle / Ivy
Schema Documentation: the col element
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
Allowed children
This element is empty
Content model
optional attributes: @class,
@its:dir,
@its:translate,
@span,
@xml:base,
@xml:id,
@xml:lang and
@xml:space
This element is empty
Namespace
http://www.daisy.org/ns/z3998/authoring/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy