The table cell tag.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public class Td : Tag, IStylable

Remarks

http://www.w3.org/TR/html4/struct/tables.html#edef-TABLE

ELEMENT (TH|TD) - O (%flow;)* -- table header cell, table data cell

Inheritance Hierarchy

System..::..Object
  HTMLPlusPlus..::..Tag
    HTMLPlusPlus..::..Td
      HTMLPlusPlus..::..Th

See Also