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: HTMLPlusPlusAssembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
| C# |
|---|
public class HTML : Tag |