Schema Central > XHTML 1.0 Strict > xhtml1-strict.xsd > table
Advanced search

Recommended Reading:

Definitive XML Schema

 

table

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group coreattrs
class [0..1]xsd:NMTOKENSfrom group coreattrs
style [0..1]StyleSheetfrom group coreattrs
title [0..1]Textfrom group coreattrs
lang [0..1]LanguageCodefrom group i18n
xml:lang [0..1]Anonymousfrom group i18n
dir [0..1]Anonymousfrom group i18n
onclick [0..1]Scriptfrom group events
ondblclick [0..1]Scriptfrom group events
onmousedown [0..1]Scriptfrom group events
onmouseup [0..1]Scriptfrom group events
onmouseover [0..1]Scriptfrom group events
onmousemove [0..1]Scriptfrom group events
onmouseout [0..1]Scriptfrom group events
onkeypress [0..1]Scriptfrom group events
onkeydown [0..1]Scriptfrom group events
onkeyup [0..1]Scriptfrom group events
summary [0..1]Text
width [0..1]Length
border [0..1]Pixels
frame [0..1]TFrame
rules [0..1]TRules
cellspacing [0..1]Length
cellpadding [0..1]Length

Used in

Sample instance

<table>
   <caption>Any text, intermingled with:
      <a href="http://www.example.com/">Any text, intermingled with:
         <br/>
      </a>
   </caption>
   <col/>
   <thead>
      <tr>
         <th>Any text, intermingled with:...
         </th>
      </tr>
   </thead>
   <tfoot>
      <tr>
         <th>Any text, intermingled with:...
         </th>
      </tr>
   </tfoot>
   <tbody>
      <tr>
         <th>Any text, intermingled with:...
         </th>
      </tr>
   </tbody>
</table>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com