package tyxml

  1. Overview
  2. Docs
val a_align : [< `Center | `Left | `Right ] -> [> `Align ] attrib
val a_scope : [< `Col | `Row ] -> [> `Scope ] attrib
val a_valign : [< `Bottom | `Middle | `Top ] -> [> `Valign ] attrib
val table : ?caption:[< `Caption ] elt -> ([< Xhtml_types.table_attrib ], [< Xhtml_types.table_content ], [> Xhtml_types.table ]) plus