This element allows for the configuration of information which is contained between the <HEAD> tags and as attributes within the <BODY> tag of the EditLive! document. This includes any META information and style sheet links.

Configuration Element Tree Structure

<editLive>
<document>
<html>

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

Child Elements

<head>

This structure allows for the configuration of information which is to be contained between the <HEAD> tags of the EditLive! document.

<body>

This structure allows for the configuration of the attributes of the <BODY> tag of the EditLive! document.

Remarks

The extra level in the XML document tree provided by this element serves no practical purpose beyond that of the document element. No attributes are set within the <html> element itself. This element has been added to the tree as a conceptual aide only. Through this element the concept of the HTML document can be better maintained and visualized.

The <html> element can appear only once within the <document> element.