The <html> tag. All elements are added under this tag. It will automatically determine where an element needs to be placed (head or body), depending on the child element's type.

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

Syntax

C#
public class HTML : Tag

Inheritance Hierarchy

System..::..Object
  HTMLPlusPlus..::..Tag
    HTMLPlusPlus..::..HTML

See Also