Click or drag to resize
H1 - H6

This topic contains the following sections:

Headings H1 - H6

Example

The H1 to H6 variables are used to define HTML headings <H1> to <H6>.

C#
H1 = "I am H1.";
H2 = "I am H2.";
H3 = "I am H3.";
H4 = "I am H4.";
H5 = "I am H5.";
H6 = "I am H6.";
Code
H 1 H 6 code 01
Result
H 1 H 6 code 01 result
See Also

Reference