The <title>
tag
<title>
corresponds to the HTML <title>
tag found in the
<head>
. Corbon will generate a correct HTML header containing this title.
Attributes
The <title>
tag has no attributes.
Example
To set the HTML title (displayed in the title bar of a browser window) to "Corbon", use the following code anywhere in your page:
<title>
Corbon</title>
Note that a good place to set the page title is in the vicinity of the
<synopsis>
tag.