Generated: September 15, 2004, 10:51:29 Copyright © 2004 , Kurt Nørmark The local LAML software home page

Reference Manual of the XHTML 1.0 strict mirror

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

Source file: lib/xml-in-laml/mirrors/xhtml10-strict-mirror.scm
LAML Version 25.10 (September 15, 2004, full)

This is the reference manual of the XHTML 1.0 strict mirror, as derived from the DTD. The XML-in-LAML language name of this XHTML variant is xhtml10-strict .

The XHMTL mirror documented in this manual comply with the XML-in-LAML framework. The manual only contains information which is present in the DTD: information about attributes and the content model. In contrast to the DTD, however, the information in this manual is fully expanded (without the macros of defined by 'entities').

The language map of this mirror is named xhtml10-strict . The language map returns a mirror function given its name. As an example (xhtml10-strict 'title) returns the XHTML 1.0 strict mirror function of the title element.

This mirror validates both the attributes and content composition.

For easy and convenient loading of this mirror together with the common xml-in-laml library, color, time, and the textual file reading/writing library you can use:

  (laml-style "simple-xhtml1.0-strict-validating")

Alphabetic index:
a A strict XHTML mirror function derived from the DTD
abbr A strict XHTML mirror function derived from the DTD
acronym A strict XHTML mirror function derived from the DTD
address A strict XHTML mirror function derived from the DTD
area A strict XHTML mirror function derived from the DTD
b A strict XHTML mirror function derived from the DTD
base A strict XHTML mirror function derived from the DTD
bdo A strict XHTML mirror function derived from the DTD
big A strict XHTML mirror function derived from the DTD
blockquote A strict XHTML mirror function derived from the DTD
body A strict XHTML mirror function derived from the DTD
br A strict XHTML mirror function derived from the DTD
button A strict XHTML mirror function derived from the DTD
caption A strict XHTML mirror function derived from the DTD
cite A strict XHTML mirror function derived from the DTD
code A strict XHTML mirror function derived from the DTD
col A strict XHTML mirror function derived from the DTD
colgroup A strict XHTML mirror function derived from the DTD
dd A strict XHTML mirror function derived from the DTD
del A strict XHTML mirror function derived from the DTD
dfn A strict XHTML mirror function derived from the DTD
div A strict XHTML mirror function derived from the DTD
dl A strict XHTML mirror function derived from the DTD
dt A strict XHTML mirror function derived from the DTD
em A strict XHTML mirror function derived from the DTD
fieldset A strict XHTML mirror function derived from the DTD
form A strict XHTML mirror function derived from the DTD
h1 A strict XHTML mirror function derived from the DTD
h2 A strict XHTML mirror function derived from the DTD
h3 A strict XHTML mirror function derived from the DTD
h4 A strict XHTML mirror function derived from the DTD
h5 A strict XHTML mirror function derived from the DTD
h6 A strict XHTML mirror function derived from the DTD
head A strict XHTML mirror function derived from the DTD
hr A strict XHTML mirror function derived from the DTD
html A strict XHTML mirror function derived from the DTD
i A strict XHTML mirror function derived from the DTD
img A strict XHTML mirror function derived from the DTD
input A strict XHTML mirror function derived from the DTD
ins A strict XHTML mirror function derived from the DTD
kbd A strict XHTML mirror function derived from the DTD
label A strict XHTML mirror function derived from the DTD
legend A strict XHTML mirror function derived from the DTD
li A strict XHTML mirror function derived from the DTD
link A strict XHTML mirror function derived from the DTD
map A strict XHTML mirror function derived from the DTD
meta A strict XHTML mirror function derived from the DTD
noscript A strict XHTML mirror function derived from the DTD
object A strict XHTML mirror function derived from the DTD
ol A strict XHTML mirror function derived from the DTD
optgroup A strict XHTML mirror function derived from the DTD
option A strict XHTML mirror function derived from the DTD
p A strict XHTML mirror function derived from the DTD
param A strict XHTML mirror function derived from the DTD
pre A strict XHTML mirror function derived from the DTD
q A strict XHTML mirror function derived from the DTD
samp A strict XHTML mirror function derived from the DTD
script A strict XHTML mirror function derived from the DTD
select A strict XHTML mirror function derived from the DTD
small A strict XHTML mirror function derived from the DTD
span A strict XHTML mirror function derived from the DTD
strong A strict XHTML mirror function derived from the DTD
style A strict XHTML mirror function derived from the DTD
sub A strict XHTML mirror function derived from the DTD
sup A strict XHTML mirror function derived from the DTD
table A strict XHTML mirror function derived from the DTD
tbody A strict XHTML mirror function derived from the DTD
td A strict XHTML mirror function derived from the DTD
textarea A strict XHTML mirror function derived from the DTD
tfoot A strict XHTML mirror function derived from the DTD
th A strict XHTML mirror function derived from the DTD
thead A strict XHTML mirror function derived from the DTD
title A strict XHTML mirror function derived from the DTD
tr A strict XHTML mirror function derived from the DTD
tt A strict XHTML mirror function derived from the DTD
ul A strict XHTML mirror function derived from the DTD
var A strict XHTML mirror function derived from the DTD

html
Description A strict XHTML mirror function derived from the DTD
XML content model ( head , body )
XML attributes
Required: *
Default values: red
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
xmlns CDATA           ( http://www.w3.org/1999/xhtml ) -

head
Description A strict XHTML mirror function derived from the DTD
XML content model ( ( script | style | meta | link | object ) * , ( ( title , ( script | style | meta | link | object ) * , ( base , ( script | style | meta | link | object ) * ) ? ) | ( base , ( script | style | meta | link | object ) * , ( title , ( script | style | meta | link | object ) * ) ) ) )
XML attributes
Required: *
Default values: red
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
profile CDATA -
See also enclosing element html

title
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA)
XML attributes
Required: *
Default values: red
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
See also enclosing element head

base
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
href CDATA -
See also enclosing element head

meta
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
http-equiv CDATA -
name CDATA -
content * CDATA -
scheme CDATA -
See also enclosing element head

link
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
charset CDATA -
href CDATA -
hreflang NMTOKEN -
type CDATA -
rel CDATA -
rev CDATA -
media CDATA -
See also enclosing element head

style
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA)
XML attributes
Required: *
Default values: red
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
type * CDATA -
media CDATA -
title CDATA -
xml:space ( preserve ) -
See also enclosing element head

script
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA)
XML attributes
Required: *
Default values: red
charset CDATA -
type * CDATA -
src CDATA -
defer ( defer ) -
xml:space ( preserve ) -
See also enclosing elements head noscript body div p h1 h2 h3 h4 h5 h6 li dt dd address blockquote ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object map form label fieldset legend button caption th td

noscript
Description A strict XHTML mirror function derived from the DTD
XML content model ( p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | ins | del | script | noscript ) *
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div p h1 h2 h3 h4 h5 h6 li dt dd address blockquote ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object map form label fieldset legend button caption th td

body
Description A strict XHTML mirror function derived from the DTD
XML content model ( p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | ins | del | script | noscript ) *
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
onload CDATA -
onunload CDATA -
See also enclosing element html

div
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

p
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

h1
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

h2
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

h3
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

h4
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

h5
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

h6
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

ul
Description A strict XHTML mirror function derived from the DTD
XML content model ( li ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

ol
Description A strict XHTML mirror function derived from the DTD
XML content model ( li ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

li
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements ul ol

dl
Description A strict XHTML mirror function derived from the DTD
XML content model ( dt | dd ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

dt
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing element dl

dd
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing element dl

address
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

hr
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

pre
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | br | button | cite | code | dfn | em | i | input | kbd | label | map | q | samp | select | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
xml:space ( preserve ) -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

blockquote
Description A strict XHTML mirror function derived from the DTD
XML content model ( p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | ins | del | script | noscript ) *
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
cite CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

ins
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
cite CDATA -
datetime CDATA -
See also enclosing elements noscript body div p h1 h2 h3 h4 h5 h6 li dt dd address blockquote ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object map form label fieldset legend button caption th td

del
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
cite CDATA -
datetime CDATA -
See also enclosing elements noscript body div p h1 h2 h3 h4 h5 h6 li dt dd address blockquote ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object map form label fieldset legend button caption th td

a
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
charset CDATA -
type CDATA -
name NMTOKEN -
href CDATA -
hreflang NMTOKEN -
rel CDATA -
rev CDATA -
accesskey CDATA -
shape ( rect | circle | poly | default ) -
coords CDATA -
tabindex CDATA -
onfocus CDATA -
onblur CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend caption th td

span
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

bdo
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir * ( ltr | rtl ) -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

br
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

em
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

strong
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

dfn
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

code
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

samp
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

kbd
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

var
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

cite
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

abbr
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

acronym
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

q
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
cite CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

sub
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

sup
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

tt
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

i
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

b
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

big
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

small
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

object
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | param | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
declare ( declare ) -
classid CDATA -
codebase CDATA -
data CDATA -
type CDATA -
codetype CDATA -
archive CDATA -
standby CDATA -
height CDATA -
width CDATA -
usemap CDATA -
name NMTOKEN -
tabindex CDATA -
See also enclosing elements head div p h1 h2 h3 h4 h5 h6 li dt dd address ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

param
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
name CDATA -
value CDATA -
valuetype ( data | ref | object ) -
type CDATA -
See also enclosing element object

img
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
src * CDATA -
alt * CDATA -
longdesc CDATA -
height CDATA -
width CDATA -
usemap CDATA -
ismap ( ismap ) -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

map
Description A strict XHTML mirror function derived from the DTD
XML content model ( ( p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | form | ins | del | script | noscript ) + | area + )
XML attributes
Required: *
Default values: red
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
id * ID -
class CDATA -
style CDATA -
title CDATA -
name NMTOKEN -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend button caption th td

area
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
shape ( rect | circle | poly | default ) -
coords CDATA -
href CDATA -
nohref ( nohref ) -
alt * CDATA -
tabindex CDATA -
accesskey CDATA -
onfocus CDATA -
onblur CDATA -
See also enclosing element map

form
Description A strict XHTML mirror function derived from the DTD
XML content model ( p | h1 | h2 | h3 | h4 | h5 | h6 | div | ul | ol | dl | pre | hr | blockquote | address | fieldset | table | ins | del | script | noscript ) *
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
action * CDATA -
method ( get | post ) -
enctype CDATA           ( application/x-www-form-urlencoded ) -
onsubmit CDATA -
onreset CDATA -
accept CDATA -
accept-charset CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map fieldset th td

label
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
for IDREF -
accesskey CDATA -
onfocus CDATA -
onblur CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend caption th td

input
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
type ( text | password | checkbox | radio | submit | reset | file | hidden | image | button ) -
name CDATA -
value CDATA -
checked ( checked ) -
disabled ( disabled ) -
readonly ( readonly ) -
size CDATA -
maxlength CDATA -
src CDATA -
alt CDATA -
usemap CDATA -
tabindex CDATA -
accesskey CDATA -
onfocus CDATA -
onblur CDATA -
onselect CDATA -
onchange CDATA -
accept CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend caption th td

select
Description A strict XHTML mirror function derived from the DTD
XML content model ( optgroup | option ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
name CDATA -
size CDATA -
multiple ( multiple ) -
disabled ( disabled ) -
tabindex CDATA -
onfocus CDATA -
onblur CDATA -
onchange CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend caption th td

optgroup
Description A strict XHTML mirror function derived from the DTD
XML content model ( option ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
disabled ( disabled ) -
label * CDATA -
See also enclosing element select

option
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA)
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
selected ( selected ) -
disabled ( disabled ) -
label CDATA -
value CDATA -
See also enclosing elements select optgroup

textarea
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA)
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
name CDATA -
rows * CDATA -
cols * CDATA -
disabled ( disabled ) -
readonly ( readonly ) -
tabindex CDATA -
accesskey CDATA -
onfocus CDATA -
onblur CDATA -
onselect CDATA -
onchange CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend caption th td

fieldset
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | legend | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset th td

legend
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
accesskey CDATA -
See also enclosing element fieldset

button
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | abbr | acronym | address | b | bdo | big | blockquote | br | cite | code | del | dfn | div | dl | em | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | ins | kbd | map | noscript | object | ol | p | pre | q | samp | script | small | span | strong | sub | sup | table | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
name CDATA -
value CDATA -
type ( button | submit | reset ) -
disabled ( disabled ) -
tabindex CDATA -
accesskey CDATA -
onfocus CDATA -
onblur CDATA -
See also enclosing elements div p h1 h2 h3 h4 h5 h6 li dt dd address pre ins del a span bdo em strong dfn code samp kbd var cite abbr acronym q sub sup tt i b big small object label fieldset legend caption th td

table
Description A strict XHTML mirror function derived from the DTD
XML content model ( caption ? , ( col * | colgroup * ) , thead ? , tfoot ? , ( tbody + | tr + ) )
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
summary CDATA -
width CDATA -
border CDATA -
frame ( void | above | below | hsides | lhs | rhs | vsides | box | border ) -
rules ( none | groups | rows | cols | all ) -
cellspacing CDATA -
cellpadding CDATA -
See also enclosing elements noscript body div li dd blockquote ins del object map form fieldset button th td

caption
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | b | bdo | big | br | button | cite | code | del | dfn | em | i | img | input | ins | kbd | label | map | noscript | object | q | samp | script | select | small | span | strong | sub | sup | textarea | tt | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
See also enclosing element table

thead
Description A strict XHTML mirror function derived from the DTD
XML content model ( tr ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing element table

tfoot
Description A strict XHTML mirror function derived from the DTD
XML content model ( tr ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing element table

tbody
Description A strict XHTML mirror function derived from the DTD
XML content model ( tr ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing element table

colgroup
Description A strict XHTML mirror function derived from the DTD
XML content model ( col ) *
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
span CDATA           ( 1 ) -
width CDATA -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing element table

col
Description A strict XHTML mirror function derived from the DTD
XML content model EMPTY
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
span CDATA           ( 1 ) -
width CDATA -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing elements table colgroup

tr
Description A strict XHTML mirror function derived from the DTD
XML content model ( th | td ) +
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing elements table thead tfoot tbody

th
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
abbr CDATA -
axis CDATA -
headers IDREFS -
scope ( row | col | rowgroup | colgroup ) -
rowspan CDATA           ( 1 ) -
colspan CDATA           ( 1 ) -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing element tr

td
Description A strict XHTML mirror function derived from the DTD
XML content model (#PCDATA | a | abbr | acronym | address | b | bdo | big | blockquote | br | button | cite | code | del | dfn | div | dl | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | hr | i | img | input | ins | kbd | label | map | noscript | object | ol | p | pre | q | samp | script | select | small | span | strong | sub | sup | table | textarea | tt | ul | var )*
XML attributes
Required: *
Default values: red
id ID -
class CDATA -
style CDATA -
title CDATA -
lang NMTOKEN -
xml:lang NMTOKEN -
dir ( ltr | rtl ) -
onclick CDATA -
ondblclick CDATA -
onmousedown CDATA -
onmouseup CDATA -
onmouseover CDATA -
onmousemove CDATA -
onmouseout CDATA -
onkeypress CDATA -
onkeydown CDATA -
onkeyup CDATA -
abbr CDATA -
axis CDATA -
headers IDREFS -
scope ( row | col | rowgroup | colgroup ) -
rowspan CDATA           ( 1 ) -
colspan CDATA           ( 1 ) -
align ( left | center | right | justify | char ) -
char CDATA -
charoff CDATA -
valign ( top | middle | bottom | baseline ) -
See also enclosing element tr


Generated: September 15, 2004, 10:51:32
Generated by LAML SchemeDoc.
This documentation has been extracted automatically from the parsed document type definition