Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

DocBook Element Reference > table (db.html.table) - Pg. 425

table table (db.html.table) Synopsis A formal (captioned) HTML table in a document table (db.html.table) ::= ( info ? db.titleforbidden.info , caption db.html.caption , ( col * | colgroup *), thead ? db.html.thead , tfoot ? db.html.tfoot , ( tbody db.html.tbody + | tr +)) Attribute synopsis Common attributes. Additional attributes: · · · · · · · · floatstyle label orient (enumeration) = "land" | "port" pgwide (enumeration) = "0" | "1" summary width (enumeration) = xsd:integer | xsd:string (Pattern: "[0­9]+%") border (nonNegativeInteger) frame (enumeration) = "void" | "above" | "below" | "hsides" | "lhs" | "rhs" | "vsides" | "box" | "border" · rules (enumeration) = "none" | "groups" | "rows" | "cols" | "all" · cellspacing (enumeration) = xsd:integer | xsd:string (Pattern: "[0­9]+%") · cellpadding (enumeration) = xsd:integer | xsd:string (Pattern: "[0­9]+%") · tabstyle Additional constraints · · · · · · · · · example must not occur among the children or descendants of table . figure must not occur among the children or descendants of table . equation must not occur among the children or descendants of table . informaltable must not occur among the children or descendants of table . caution must not occur among the children or descendants of table . important must not occur among the children or descendants of table . note must not occur among the children or descendants of table . tip must not occur among the children or descendants of table . warning must not occur among the children or descendants of table . Description This table element identifies a formal (captioned) HTML table. DocBook allows either CALS or HTML tables, both of which describe tables geometrically using rows, col- umns, and cells. DocBook Element Reference | 425