Initializes a new instance of the H class with a specified level of the heading.

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

Syntax

C#
public H(
	int level,
	string cssclass,
	string id,
	string style
)

Parameters

level
Type: System..::..Int32
The level of the heading, from 1 to 6.
cssclass
Type: System..::..String
An optional CSS class for this element.
id
Type: System..::..String
An optional id for this element.
style
Type: System..::..String
An optional inline style for this element.

See Also