This element provides the information which is to be stored between the <TITLE> tags, between the <HEAD> tags of the EditLive! document. The element has no attributes.

Configuration Element Tree Structure

<editLive>
<document>
<html>
<head>
<title>

<editLive>
    <document>
        <html>
            <head>
                <title>
                    <!--title configuration settings-->
                </title>
            ...
            </head>
            ...
        </html>
    </document> 
    ...
</editLive>

Example

The following example demonstrates how to specify the title of the EditLive! document to be This is the Title.

<editLive>
    <document>
        <html>
            <head>
                <title>This is the Title</title>
                ...
            </head>
            ...
        </html>
    </document>
    ...
</editLive>

Remarks

The <title> element can appear only once within the <head> element.