Adds a block element to the body.

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

Syntax

C#
public void Add(
	BlockElement item
)

Parameters

item
Type: HTMLPlusPlus..::..BlockElement
The block element.

See Also