Header

This markup element can be used to format a heading. You can structure your content with the headings up to the sixth level. To do this, count up the outline number of the markup to "6" accordingly.

The heading markup can be used individually and does not need to be included in any other markup. Besides, you can use it in any place of your documentation.

Example

<h1>This is a first level heading</h1>

<h2>This is a second level heading</h2>