<head> Element

This element allows for the configuration of information which is to be contained between the HEAD tags of the EditLive! for Java document.  

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

Element Tree Structure

<editLiveForJava>
    <document>
        <html>
            <head>

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

Child Elements

Element Description
<title> This element provides the information which is to be stored in the TITLE tag within the HEAD tag of the EditLive! for Java document.
<base> This element provides the information which is to be stored in the BASE tag within the HEAD tag of the EditLive! for Java document.
<meta> This element provides the information which is to be stored in a META tag within the HEAD tag of the EditLive! for Java document.
<link> This element provides the style sheet information which is to be stored in a LINK tag within the HEAD tag of the EditLive! for Java document.
Note:  This element defaults to a style sheet information type (ie. text/css information).
<style> This element provides the embedded style sheet to be used with EditLive! for Java.  Styles defined in this element take precedence over styles defined within an external style sheet.

Remarks

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

See Also