Skip to content

H3

The <h3> tag displays a headline of level 3.

It can only be used within \.

See also h1 and h2.

Example

<body ...>
  <h3>Headline 3</h3>
  ...
<body>

Attributes

The <h3> tag inherits all attributes from <text>, including class, color, fontSize, align, spaceBefore, and spaceAfter.

By default, <h3> uses the h3 style class. You can override this with the class attribute.