<subtitle>

The <subtitle> tag can be used only in the narrow context to provide a subtitle to a book’s or ariticle’s main title.

Syntax

Variants

There are 2 variants of <subtitle>.

Examples

<FRAGMENT>
<article>
    <title>Article Title</title>
    <subtitle>Perhaps a subtitle</subtitle>
    ...
</article>
</FRAGMENT>