<html> Element

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

The settings which are configured through the <html> element will appear in the actual document inside EditLive! for Java.

Note:  The <html> Element is the child element of the <document> Element.

Element Tree Structure

<editLiveForJava>
    <document>
        <html>

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

Child Elements

Element Description
<head> This structure allows for the configuration of information which is to be contained between the HEAD tags of the EditLive! for Java document.  
<body> This structure allows for the configuration of the attributes of the BODY tag of the EditLive! for Java 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.

See Also