Generated: October 3, 2001, 11:59:16Copyright © 2000, Kurt NørmarkThe local LAML software home page

Reference Manual of the LAML basic mirror of the XHMTL1.0 (transitional) elements

Kurt Nørmark ©    normark@cs.auc.dk    Department of Computer Science    Aalborg University    Denmark    

Source file: /user/normark/scheme/lib4/xhtml1.0-transitional/basis.scm

This an accurate mirror of XHMTL1.0 (transitional) on basic form. A basic form has a rigid syntactic composition:
   (xhtml1:tag contents . attributes)

The type of contents must be string, and the attributes must be alternating symbol attribute names and string attribute values.

Here is a concrete example:

   (xhtml1:a "AAU CS" 'href "www.cs.auc.dk")
Use the basic form when you write programs or abstractions, which emit HTML. Each function in this file mirrors and generates an HTML tag. If the boolean variable check-html-attributes? is true the functions check the attributes of the tag against the attribute definitions in the document type definition.

CSS inline style attributes can be given side by side with the HTML attributes. A CSS attribute is prefixed with 'css:'. Here is an example:

   (xhtml1:a "AAU CS" 'href "www.cs.auc.dk" 'css:text-decoration "none" 'css:background-color "yellow")

The HTML mirror functions emit non-pretty printed HTML code. If you want pretty printed HTML you can use the HTML pretty printer, which is part of the LAML software package. See also the html-pp procedure. Notice that pretty printing may be quite expensive compared with the generation as such.

This library requires the general library.

This library provides links to the W3 document which defines the HTML tags. The underlying WWW pages are supplied as part of the LAML software bundle.

See also the surface form library of the mirror and the HTML convenience library.

Table of Contents:
1. Configuration part.2. The HTML basic mirror functions

Alphabetic index:
check-html-attributes?check-html-attributes?A boolean variable which controls the checking of tag attributes.
xhtml1:a(xhtml1:a contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) a double tag element (no explanation available).
xhtml1:abbr(xhtml1:abbr contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) abbr double tag element (no explanation available).
xhtml1:acronym(xhtml1:acronym contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) acronym double tag element (no explanation available).
xhtml1:address(xhtml1:address contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) address double tag element (no explanation available).
xhtml1:applet(xhtml1:applet contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) applet double tag element (no explanation available).
xhtml1:area(xhtml1:area . attributes)The LAML mirror of the XHMTL1.0 (transitional) area single tag element (no explanation available).
xhtml1:b(xhtml1:b contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) b double tag element (no explanation available).
xhtml1:base(xhtml1:base . attributes)The LAML mirror of the XHMTL1.0 (transitional) base single tag element (no explanation available).
xhtml1:basefont(xhtml1:basefont . attributes)The LAML mirror of the XHMTL1.0 (transitional) basefont single tag element (no explanation available).
xhtml1:bdo(xhtml1:bdo contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) bdo double tag element (no explanation available).
xhtml1:big(xhtml1:big contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) big double tag element (no explanation available).
xhtml1:blockquote(xhtml1:blockquote contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) blockquote double tag element (no explanation available).
xhtml1:body(xhtml1:body contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) body double tag element (no explanation available).
xhtml1:br(xhtml1:br . attributes)The LAML mirror of the XHMTL1.0 (transitional) br single tag element (no explanation available).
xhtml1:button(xhtml1:button contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) button double tag element (no explanation available).
xhtml1:caption(xhtml1:caption contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) caption double tag element (no explanation available).
xhtml1:center(xhtml1:center contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) center double tag element (no explanation available).
xhtml1:cite(xhtml1:cite contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) cite double tag element (no explanation available).
xhtml1:code(xhtml1:code contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) code double tag element (no explanation available).
xhtml1:col(xhtml1:col . attributes)The LAML mirror of the XHMTL1.0 (transitional) col single tag element (no explanation available).
xhtml1:colgroup(xhtml1:colgroup contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) colgroup double tag element (no explanation available).
xhtml1:dd(xhtml1:dd contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) dd double tag element (no explanation available).
xhtml1:del(xhtml1:del contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) del double tag element (no explanation available).
xhtml1:dfn(xhtml1:dfn contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) dfn double tag element (no explanation available).
xhtml1:dir(xhtml1:dir contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) dir double tag element (no explanation available).
xhtml1:div(xhtml1:div contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) div double tag element (no explanation available).
xhtml1:dl(xhtml1:dl contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) dl double tag element (no explanation available).
xhtml1:dt(xhtml1:dt contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) dt double tag element (no explanation available).
xhtml1:em(xhtml1:em contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) em double tag element (no explanation available).
xhtml1:fieldset(xhtml1:fieldset contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) fieldset double tag element (no explanation available).
xhtml1:font(xhtml1:font contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) font double tag element (no explanation available).
xhtml1:form(xhtml1:form contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) form double tag element (no explanation available).
xhtml1:h1(xhtml1:h1 contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) h1 double tag element (no explanation available).
xhtml1:h2(xhtml1:h2 contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) h2 double tag element (no explanation available).
xhtml1:h3(xhtml1:h3 contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) h3 double tag element (no explanation available).
xhtml1:h4(xhtml1:h4 contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) h4 double tag element (no explanation available).
xhtml1:h5(xhtml1:h5 contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) h5 double tag element (no explanation available).
xhtml1:h6(xhtml1:h6 contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) h6 double tag element (no explanation available).
xhtml1:head(xhtml1:head contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) head double tag element (no explanation available).
xhtml1:hr(xhtml1:hr . attributes)The LAML mirror of the XHMTL1.0 (transitional) hr single tag element (no explanation available).
xhtml1:html(xhtml1:html contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) html double tag element (no explanation available).
xhtml1:i(xhtml1:i contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) i double tag element (no explanation available).
xhtml1:iframe(xhtml1:iframe contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) iframe double tag element (no explanation available).
xhtml1:img(xhtml1:img . attributes)The LAML mirror of the XHMTL1.0 (transitional) img single tag element (no explanation available).
xhtml1:input(xhtml1:input . attributes)The LAML mirror of the XHMTL1.0 (transitional) input single tag element (no explanation available).
xhtml1:ins(xhtml1:ins contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) ins double tag element (no explanation available).
xhtml1:isindex(xhtml1:isindex . attributes)The LAML mirror of the XHMTL1.0 (transitional) isindex single tag element (no explanation available).
xhtml1:kbd(xhtml1:kbd contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) kbd double tag element (no explanation available).
xhtml1:label(xhtml1:label contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) label double tag element (no explanation available).
xhtml1:legend(xhtml1:legend contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) legend double tag element (no explanation available).
xhtml1:li(xhtml1:li contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) li double tag element (no explanation available).
xhtml1:link(xhtml1:link . attributes)The LAML mirror of the XHMTL1.0 (transitional) link single tag element (no explanation available).
xhtml1:map(xhtml1:map contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) map double tag element (no explanation available).
xhtml1:menu(xhtml1:menu contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) menu double tag element (no explanation available).
xhtml1:meta(xhtml1:meta . attributes)The LAML mirror of the XHMTL1.0 (transitional) meta single tag element (no explanation available).
xhtml1:noframes(xhtml1:noframes contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) noframes double tag element (no explanation available).
xhtml1:noscript(xhtml1:noscript contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) noscript double tag element (no explanation available).
xhtml1:object(xhtml1:object contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) object double tag element (no explanation available).
xhtml1:ol(xhtml1:ol contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) ol double tag element (no explanation available).
xhtml1:optgroup(xhtml1:optgroup contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) optgroup double tag element (no explanation available).
xhtml1:option(xhtml1:option contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) option double tag element (no explanation available).
xhtml1:p(xhtml1:p contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) p double tag element (no explanation available).
xhtml1:param(xhtml1:param . attributes)The LAML mirror of the XHMTL1.0 (transitional) param single tag element (no explanation available).
xhtml1:pre(xhtml1:pre contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) pre double tag element (no explanation available).
xhtml1:q(xhtml1:q contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) q double tag element (no explanation available).
xhtml1:s(xhtml1:s contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) s double tag element (no explanation available).
xhtml1:samp(xhtml1:samp contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) samp double tag element (no explanation available).
xhtml1:script(xhtml1:script contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) script double tag element (no explanation available).
xhtml1:select(xhtml1:select contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) select double tag element (no explanation available).
xhtml1:small(xhtml1:small contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) small double tag element (no explanation available).
xhtml1:span(xhtml1:span contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) span double tag element (no explanation available).
xhtml1:strike(xhtml1:strike contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) strike double tag element (no explanation available).
xhtml1:strong(xhtml1:strong contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) strong double tag element (no explanation available).
xhtml1:style(xhtml1:style contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) style double tag element (no explanation available).
xhtml1:sub(xhtml1:sub contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) sub double tag element (no explanation available).
xhtml1:sup(xhtml1:sup contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) sup double tag element (no explanation available).
xhtml1:table(xhtml1:table contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) table double tag element (no explanation available).
xhtml1:tbody(xhtml1:tbody contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) tbody double tag element (no explanation available).
xhtml1:td(xhtml1:td contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) td double tag element (no explanation available).
xhtml1:textarea(xhtml1:textarea contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) textarea double tag element (no explanation available).
xhtml1:tfoot(xhtml1:tfoot contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) tfoot double tag element (no explanation available).
xhtml1:th(xhtml1:th contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) th double tag element (no explanation available).
xhtml1:thead(xhtml1:thead contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) thead double tag element (no explanation available).
xhtml1:title(xhtml1:title contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) title double tag element (no explanation available).
xhtml1:tr(xhtml1:tr contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) tr double tag element (no explanation available).
xhtml1:tt(xhtml1:tt contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) tt double tag element (no explanation available).
xhtml1:u(xhtml1:u contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) u double tag element (no explanation available).
xhtml1:ul(xhtml1:ul contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) ul double tag element (no explanation available).
xhtml1:var(xhtml1:var contents . attributes)The LAML mirror of the XHMTL1.0 (transitional) var double tag element (no explanation available).

 

1.   CONFIGURATION PART.



check-html-attributes?



Form
check-html-attributes?

Description
A boolean variable which controls the checking of tag attributes. If true, check the tag (element) attributes against the attributes as defined in the DTD file. The default value is true (do check attributes).


 

2.   THE HTML BASIC MIRROR FUNCTIONS



xhtml1:td



Form
(xhtml1:td contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) td double tag element (no explanation available).

Parameters
contentsThe textual contents of the td element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtd
HTML documentationTD

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, abbr, axis, headers, scope, rowspan, colspan, align, char, charoff, valign, nowrap, bgcolor, width, height.



xhtml1:th



Form
(xhtml1:th contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) th double tag element (no explanation available).

Parameters
contentsThe textual contents of the th element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formth
HTML documentationTH

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, abbr, axis, headers, scope, rowspan, colspan, align, char, charoff, valign, nowrap, bgcolor, width, height.



xhtml1:tr



Form
(xhtml1:tr contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) tr double tag element (no explanation available).

Parameters
contentsThe textual contents of the tr element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtr
HTML documentationTR

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, char, charoff, valign, bgcolor.



xhtml1:col



Form
(xhtml1:col . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) col single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formcol
HTML documentationCOL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, span, width, align, char, charoff, valign.



xhtml1:colgroup



Form
(xhtml1:colgroup contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) colgroup double tag element (no explanation available).

Parameters
contentsThe textual contents of the colgroup element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formcolgroup
HTML documentationCOLGROUP

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, span, width, align, char, charoff, valign.



xhtml1:tbody



Form
(xhtml1:tbody contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) tbody double tag element (no explanation available).

Parameters
contentsThe textual contents of the tbody element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtbody
HTML documentationTBODY

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, char, charoff, valign.



xhtml1:tfoot



Form
(xhtml1:tfoot contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) tfoot double tag element (no explanation available).

Parameters
contentsThe textual contents of the tfoot element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtfoot
HTML documentationTFOOT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, char, charoff, valign.



xhtml1:thead



Form
(xhtml1:thead contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) thead double tag element (no explanation available).

Parameters
contentsThe textual contents of the thead element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formthead
HTML documentationTHEAD

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, char, charoff, valign.



xhtml1:caption



Form
(xhtml1:caption contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) caption double tag element (no explanation available).

Parameters
contentsThe textual contents of the caption element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formcaption
HTML documentationCAPTION

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:table



Form
(xhtml1:table contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) table double tag element (no explanation available).

Parameters
contentsThe textual contents of the table element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtable
HTML documentationTABLE

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, summary, width, border, frame, rules, cellspacing, cellpadding, align, bgcolor.



xhtml1:isindex



Form
(xhtml1:isindex . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) isindex single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formisindex
HTML documentationISINDEX

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, prompt.



xhtml1:button



Form
(xhtml1:button contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) button double tag element (no explanation available).

Parameters
contentsThe textual contents of the button element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbutton
HTML documentationBUTTON

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, name, value, type, disabled, tabindex, accesskey, onfocus, onblur.



xhtml1:legend



Form
(xhtml1:legend contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) legend double tag element (no explanation available).

Parameters
contentsThe textual contents of the legend element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formlegend
HTML documentationLEGEND

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, accesskey, align.



xhtml1:fieldset



Form
(xhtml1:fieldset contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) fieldset double tag element (no explanation available).

Parameters
contentsThe textual contents of the fieldset element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formfieldset
HTML documentationFIELDSET

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:textarea



Form
(xhtml1:textarea contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) textarea double tag element (no explanation available).

Parameters
contentsThe textual contents of the textarea element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtextarea
HTML documentationTEXTAREA

Note
Required attributes: rows, cols.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, name, disabled, readonly, tabindex, accesskey, onfocus, onblur, onselect, onchange.



xhtml1:option



Form
(xhtml1:option contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) option double tag element (no explanation available).

Parameters
contentsThe textual contents of the option element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formoption
HTML documentationOPTION

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, selected, disabled, label, value.



xhtml1:optgroup



Form
(xhtml1:optgroup contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) optgroup double tag element (no explanation available).

Parameters
contentsThe textual contents of the optgroup element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formoptgroup
HTML documentationOPTGROUP

Note
Required attributes: label.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, disabled.



xhtml1:select



Form
(xhtml1:select contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) select double tag element (no explanation available).

Parameters
contentsThe textual contents of the select element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formselect
HTML documentationSELECT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, name, size, multiple, disabled, tabindex, onfocus, onblur, onchange.



xhtml1:input



Form
(xhtml1:input . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) input single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface forminput
HTML documentationINPUT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, type, name, value, checked, disabled, readonly, size, maxlength, src, alt, usemap, tabindex, accesskey, onfocus, onblur, onselect, onchange, accept, align.



xhtml1:label



Form
(xhtml1:label contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) label double tag element (no explanation available).

Parameters
contentsThe textual contents of the label element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formlabel
HTML documentationLABEL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, for, accesskey, onfocus, onblur.



xhtml1:form



Form
(xhtml1:form contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) form double tag element (no explanation available).

Parameters
contentsThe textual contents of the form element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formform
HTML documentationFORM

Note
Required attributes: action.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, method, name, enctype, onsubmit, onreset, accept, accept-charset, target.



xhtml1:area



Form
(xhtml1:area . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) area single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formarea
HTML documentationAREA

Note
Required attributes: alt.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, shape, coords, href, nohref, tabindex, accesskey, onfocus, onblur, target.



xhtml1:map



Form
(xhtml1:map contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) map double tag element (no explanation available).

Parameters
contentsThe textual contents of the map element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formmap
HTML documentationMAP

Note
Required attributes: id.

Optional attributes: lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, class, style, title, name.



xhtml1:img



Form
(xhtml1:img . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) img single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formimg
HTML documentationIMG

Note
Required attributes: src, alt.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, name, longdesc, height, width, usemap, ismap, align, border, hspace, vspace.



xhtml1:applet



Form
(xhtml1:applet contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) applet double tag element (no explanation available).

Parameters
contentsThe textual contents of the applet element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formapplet
HTML documentationAPPLET

Note
Required attributes: width, height.

Optional attributes: id, class, style, title, codebase, archive, code, object, alt, name, align, hspace, vspace.



xhtml1:param



Form
(xhtml1:param . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) param single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formparam
HTML documentationPARAM

Note
Required attributes: name.

Optional attributes: id, value, valuetype, type.



xhtml1:object



Form
(xhtml1:object contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) object double tag element (no explanation available).

Parameters
contentsThe textual contents of the object element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formobject
HTML documentationOBJECT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, declare, classid, codebase, data, type, codetype, archive, standby, height, width, usemap, name, tabindex, align, border, hspace, vspace.



xhtml1:font



Form
(xhtml1:font contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) font double tag element (no explanation available).

Parameters
contentsThe textual contents of the font element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formfont
HTML documentationFONT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, size, color, face.



xhtml1:basefont



Form
(xhtml1:basefont . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) basefont single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbasefont
HTML documentationBASEFONT

Note
Required attributes: size.

Optional attributes: id, color, face.



xhtml1:strike



Form
(xhtml1:strike contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) strike double tag element (no explanation available).

Parameters
contentsThe textual contents of the strike element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formstrike
HTML documentationSTRIKE

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:s



Form
(xhtml1:s contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) s double tag element (no explanation available).

Parameters
contentsThe textual contents of the s element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface forms
HTML documentationS

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:u



Form
(xhtml1:u contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) u double tag element (no explanation available).

Parameters
contentsThe textual contents of the u element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formu
HTML documentationU

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:small



Form
(xhtml1:small contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) small double tag element (no explanation available).

Parameters
contentsThe textual contents of the small element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formsmall
HTML documentationSMALL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:big



Form
(xhtml1:big contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) big double tag element (no explanation available).

Parameters
contentsThe textual contents of the big element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbig
HTML documentationBIG

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:b



Form
(xhtml1:b contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) b double tag element (no explanation available).

Parameters
contentsThe textual contents of the b element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formb
HTML documentationB

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:i



Form
(xhtml1:i contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) i double tag element (no explanation available).

Parameters
contentsThe textual contents of the i element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formi
HTML documentationI

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:tt



Form
(xhtml1:tt contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) tt double tag element (no explanation available).

Parameters
contentsThe textual contents of the tt element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtt
HTML documentationTT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:sup



Form
(xhtml1:sup contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) sup double tag element (no explanation available).

Parameters
contentsThe textual contents of the sup element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formsup
HTML documentationSUP

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:sub



Form
(xhtml1:sub contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) sub double tag element (no explanation available).

Parameters
contentsThe textual contents of the sub element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formsub
HTML documentationSUB

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:q



Form
(xhtml1:q contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) q double tag element (no explanation available).

Parameters
contentsThe textual contents of the q element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formq
HTML documentationQ

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, cite.



xhtml1:acronym



Form
(xhtml1:acronym contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) acronym double tag element (no explanation available).

Parameters
contentsThe textual contents of the acronym element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formacronym
HTML documentationACRONYM

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:abbr



Form
(xhtml1:abbr contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) abbr double tag element (no explanation available).

Parameters
contentsThe textual contents of the abbr element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formabbr
HTML documentationABBR

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:cite



Form
(xhtml1:cite contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) cite double tag element (no explanation available).

Parameters
contentsThe textual contents of the cite element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formcite
HTML documentationCITE

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:var



Form
(xhtml1:var contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) var double tag element (no explanation available).

Parameters
contentsThe textual contents of the var element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formvar
HTML documentationVAR

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:kbd



Form
(xhtml1:kbd contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) kbd double tag element (no explanation available).

Parameters
contentsThe textual contents of the kbd element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formkbd
HTML documentationKBD

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:samp



Form
(xhtml1:samp contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) samp double tag element (no explanation available).

Parameters
contentsThe textual contents of the samp element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formsamp
HTML documentationSAMP

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:code



Form
(xhtml1:code contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) code double tag element (no explanation available).

Parameters
contentsThe textual contents of the code element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formcode
HTML documentationCODE

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:dfn



Form
(xhtml1:dfn contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) dfn double tag element (no explanation available).

Parameters
contentsThe textual contents of the dfn element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdfn
HTML documentationDFN

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:strong



Form
(xhtml1:strong contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) strong double tag element (no explanation available).

Parameters
contentsThe textual contents of the strong element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formstrong
HTML documentationSTRONG

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:em



Form
(xhtml1:em contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) em double tag element (no explanation available).

Parameters
contentsThe textual contents of the em element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formem
HTML documentationEM

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:br



Form
(xhtml1:br . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) br single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbr
HTML documentationBR

Note
No required attributes.

Optional attributes: id, class, style, title, clear.



xhtml1:bdo



Form
(xhtml1:bdo contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) bdo double tag element (no explanation available).

Parameters
contentsThe textual contents of the bdo element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbdo
HTML documentationBDO

Note
Required attributes: dir.

Optional attributes: id, class, style, title, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, lang, xml:lang.



xhtml1:span



Form
(xhtml1:span contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) span double tag element (no explanation available).

Parameters
contentsThe textual contents of the span element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formspan
HTML documentationSPAN

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:a



Form
(xhtml1:a contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) a double tag element (no explanation available).

Parameters
contentsThe textual contents of the a element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface forma
HTML documentationA

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, charset, type, name, href, hreflang, rel, rev, accesskey, shape, coords, tabindex, onfocus, onblur, target.



xhtml1:del



Form
(xhtml1:del contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) del double tag element (no explanation available).

Parameters
contentsThe textual contents of the del element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdel
HTML documentationDEL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, cite, datetime.



xhtml1:ins



Form
(xhtml1:ins contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) ins double tag element (no explanation available).

Parameters
contentsThe textual contents of the ins element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formins
HTML documentationINS

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, cite, datetime.



xhtml1:center



Form
(xhtml1:center contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) center double tag element (no explanation available).

Parameters
contentsThe textual contents of the center element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formcenter
HTML documentationCENTER

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:blockquote



Form
(xhtml1:blockquote contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) blockquote double tag element (no explanation available).

Parameters
contentsThe textual contents of the blockquote element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formblockquote
HTML documentationBLOCKQUOTE

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, cite.



xhtml1:pre



Form
(xhtml1:pre contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) pre double tag element (no explanation available).

Parameters
contentsThe textual contents of the pre element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formpre
HTML documentationPRE

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, width, xml:space.



xhtml1:hr



Form
(xhtml1:hr . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) hr single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formhr
HTML documentationHR

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align, noshade, size, width.



xhtml1:address



Form
(xhtml1:address contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) address double tag element (no explanation available).

Parameters
contentsThe textual contents of the address element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formaddress
HTML documentationADDRESS

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:dd



Form
(xhtml1:dd contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) dd double tag element (no explanation available).

Parameters
contentsThe textual contents of the dd element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdd
HTML documentationDD

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:dt



Form
(xhtml1:dt contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) dt double tag element (no explanation available).

Parameters
contentsThe textual contents of the dt element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdt
HTML documentationDT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:dl



Form
(xhtml1:dl contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) dl double tag element (no explanation available).

Parameters
contentsThe textual contents of the dl element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdl
HTML documentationDL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, compact.



xhtml1:li



Form
(xhtml1:li contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) li double tag element (no explanation available).

Parameters
contentsThe textual contents of the li element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formli
HTML documentationLI

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, type, value.



xhtml1:dir



Form
(xhtml1:dir contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) dir double tag element (no explanation available).

Parameters
contentsThe textual contents of the dir element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdir
HTML documentationDIR

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, compact.



xhtml1:menu



Form
(xhtml1:menu contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) menu double tag element (no explanation available).

Parameters
contentsThe textual contents of the menu element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formmenu
HTML documentationMENU

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, compact.



xhtml1:ol



Form
(xhtml1:ol contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) ol double tag element (no explanation available).

Parameters
contentsThe textual contents of the ol element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formol
HTML documentationOL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, type, compact, start.



xhtml1:ul



Form
(xhtml1:ul contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) ul double tag element (no explanation available).

Parameters
contentsThe textual contents of the ul element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formul
HTML documentationUL

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, type, compact.



xhtml1:h6



Form
(xhtml1:h6 contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) h6 double tag element (no explanation available).

Parameters
contentsThe textual contents of the h6 element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formh6
HTML documentationH6

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:h5



Form
(xhtml1:h5 contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) h5 double tag element (no explanation available).

Parameters
contentsThe textual contents of the h5 element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formh5
HTML documentationH5

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:h4



Form
(xhtml1:h4 contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) h4 double tag element (no explanation available).

Parameters
contentsThe textual contents of the h4 element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formh4
HTML documentationH4

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:h3



Form
(xhtml1:h3 contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) h3 double tag element (no explanation available).

Parameters
contentsThe textual contents of the h3 element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formh3
HTML documentationH3

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:h2



Form
(xhtml1:h2 contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) h2 double tag element (no explanation available).

Parameters
contentsThe textual contents of the h2 element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formh2
HTML documentationH2

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:h1



Form
(xhtml1:h1 contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) h1 double tag element (no explanation available).

Parameters
contentsThe textual contents of the h1 element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formh1
HTML documentationH1

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:p



Form
(xhtml1:p contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) p double tag element (no explanation available).

Parameters
contentsThe textual contents of the p element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formp
HTML documentationP

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:div



Form
(xhtml1:div contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) div double tag element (no explanation available).

Parameters
contentsThe textual contents of the div element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formdiv
HTML documentationDIV

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, align.



xhtml1:body



Form
(xhtml1:body contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) body double tag element (no explanation available).

Parameters
contentsThe textual contents of the body element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbody
HTML documentationBODY

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, onload, onunload, background, bgcolor, text, link, vlink, alink.



xhtml1:noframes



Form
(xhtml1:noframes contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) noframes double tag element (no explanation available).

Parameters
contentsThe textual contents of the noframes element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formnoframes
HTML documentationNOFRAMES

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:iframe



Form
(xhtml1:iframe contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) iframe double tag element (no explanation available).

Parameters
contentsThe textual contents of the iframe element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formiframe
HTML documentationIFRAME

Note
No required attributes.

Optional attributes: id, class, style, title, longdesc, name, src, frameborder, marginwidth, marginheight, scrolling, align, height, width.



xhtml1:noscript



Form
(xhtml1:noscript contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) noscript double tag element (no explanation available).

Parameters
contentsThe textual contents of the noscript element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formnoscript
HTML documentationNOSCRIPT

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup.



xhtml1:script



Form
(xhtml1:script contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) script double tag element (no explanation available).

Parameters
contentsThe textual contents of the script element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formscript
HTML documentationSCRIPT

Note
Required attributes: type.

Optional attributes: charset, language, src, defer, xml:space.



xhtml1:style



Form
(xhtml1:style contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) style double tag element (no explanation available).

Parameters
contentsThe textual contents of the style element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formstyle
HTML documentationSTYLE

Note
Required attributes: type.

Optional attributes: lang, xml:lang, dir, media, title, xml:space.



xhtml1:link



Form
(xhtml1:link . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) link single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formlink
HTML documentationLINK

Note
No required attributes.

Optional attributes: id, class, style, title, lang, xml:lang, dir, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, charset, href, hreflang, type, rel, rev, media, target.



xhtml1:meta



Form
(xhtml1:meta . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) meta single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formmeta
HTML documentationMETA

Note
Required attributes: content.

Optional attributes: lang, xml:lang, dir, http-equiv, name, scheme.



xhtml1:base



Form
(xhtml1:base . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) base single tag element (no explanation available).

Parameters
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formbase
HTML documentationBASE

Note
No required attributes.

Optional attributes: href, target.



xhtml1:title



Form
(xhtml1:title contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) title double tag element (no explanation available).

Parameters
contentsThe textual contents of the title element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formtitle
HTML documentationTITLE

Note
No required attributes.

Optional attributes: lang, xml:lang, dir.



xhtml1:head



Form
(xhtml1:head contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) head double tag element (no explanation available).

Parameters
contentsThe textual contents of the head element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formhead
HTML documentationHEAD

Note
No required attributes.

Optional attributes: lang, xml:lang, dir, profile.



xhtml1:html



Form
(xhtml1:html contents . attributes)

Description
The LAML mirror of the XHMTL1.0 (transitional) html double tag element (no explanation available).

Parameters
contentsThe textual contents of the html element
attributesHTML and CSS attribute value pairs on Lisp property list format. Attribute names must be symbols; CSS attributes: 'css:name. Attribute values must be strings.

See also
similar surface formhtml
HTML documentationHTML

Note
No required attributes.

Optional attributes: lang, xml:lang, dir, xmlns.



Generated: October 3, 2001, 11:59:17
This documentation has been extracted automatically from the Scheme source file by means of the Schemedoc tool