col

col — Specifications for a column in an HTML table

Synopsis

Content Model

col ::=

  • empty

Attributes

Attributes:

  • All of:
    • align (enumeration)
      • “left”
      • “center”
      • “right”
      • “justify”
      • “char”
    • char
    • charoff
  • span
  • valign (enumeration)
    • “top”
    • “middle”
    • “bottom”
    • “baseline”
  • width

Description

Identifies a column specification in an HTML table.

Processing expectations

Processed like an HTML col.

Attributes

align

FIXME:

Enumerated values:

left

FIXME:

center

FIXME:

right

FIXME:

justify

FIXME:

char

FIXME:

char

FIXME:

charoff

FIXME:

class

FIXME:

lang

FIXME:

onclick

FIXME:

ondblclick

FIXME:

onkeydown

FIXME:

onkeypress

FIXME:

onkeyup

FIXME:

onmousedown

FIXME:

onmousemove

FIXME:

onmouseout

FIXME:

onmouseover

FIXME:

onmouseup

FIXME:

span

FIXME:

style

FIXME:

title

FIXME:

valign

FIXME:

Enumerated values:

top

FIXME:

middle

FIXME:

bottom

FIXME:

baseline

FIXME:

width

FIXME:

Parents

These elements contain col: colgroup, informaltable (db.html.informaltable), table (db.html.table).

ChangeLog

This alpha reference page is $Revision: 1.4 $ published $Date: 2005/07/07 16:40:31 $.