HTML 4.0 DTD: User Element View [DTD Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element TABLE

Synopsis

Content Model

(CAPTION?,
 (COL*|COLGROUP*),
 THEAD?,TFOOT?,TBODY+)

Attributes

NameTypeDefault Value
width CDATA None
onmouseover CDATA None
lang NAME None
title CDATA None
onclick CDATA None
cellspacing CDATA None
bgcolor CDATA None
align Enumeration:
  center
  left
  right
None
rules Enumeration:
  all
  cols
  groups
  none
  rows
None
frame Enumeration:
  above
  below
  border
  box
  hsides
  lhs
  rhs
  void
  vsides
None
onmouseup CDATA None
onkeyup CDATA None
id ID None
summary CDATA None
style CDATA None
datapagesize CDATA None
onkeypress CDATA None
ondblclick CDATA None
class CDATA None
cellpadding CDATA None
onmousemove CDATA None
onkeydown CDATA None
onmouseout CDATA None
onmousedown CDATA None
border CDATA None
dir Enumeration:
  ltr
  rtl
None

Tag Minimization

Both the start- and end-tags are required for this element.

Parameter Entities

The following parameter entities contain TABLE: block, flow, noframes.content

Description

Parents

APPLET, BLOCKQUOTE, BODY, BUTTON, CENTER, DD, DEL, DIV, FIELDSET, FORM, IFRAME, INS, LI, MAP, NOFRAMES, NOSCRIPT, OBJECT, TD, TH

Children

CAPTION, COL, COLGROUP, TBODY, TFOOT, THEAD

In some contexts, the following elements are allowed anywhere: DEL, INS


HTML Presentation of HTML 4.0 DTD by DTDParse (version 2.0beta1).