W3C

XHTML Basic 1.1 Cheat Sheet

See also: XHTML 1.0 Strict cheat sheetRecommended Doctype DeclarationsXHTML Flavors comparisons.

Getting started

A minimal English XHTML Basic 1.1 document would look like the following:


<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
    "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
 <title>My page title</title>
</head>
<body>

</body>
</html>

Elements and Attributes reference

The tables below document which elements and attributes are allowed in XHTML Basic 1.1, and with the constraints defined in the DTD (please note that the DTD doesn't enforce all the known constraints for XHTML Basic).

Skip to attributes table.

Elements

In the table below, inline elements are marked like this, block elements are marked like this.

a | abbr | acronym | address | b | base | big | blockquote | body | br | button | caption | cite | code | dd | dfn | div | dl | dt | em | fieldset | form | h1 | h2 | h3 | h4 | h5 | h6 | head | hr | html | i | img | input | kbd | label | legend | li | link | meta | noscript | object | ol | optgroup | option | p | param | pre | q | samp | script | select | small | span | strong | style | sub | sup | table | td | textarea | th | title | tr | tt | ul | var

Elements
ElementAttributesContent model
a Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: href charset rev rel onfocus type accesskey onblur hreflang target tabindex
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small ) except a ,
noscript , Text , script
abbr Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
acronym Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
address Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
b Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
base Other: href xmlns:xsi xmlns target Empty
big Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
blockquote Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: cite
At least one of
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
noscript , script , form
body Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: onload onunload
Any numbers of
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
noscript , script , form
br Core Attributes ( xml:space title class id )
Style Attributes ( style )
Other: xmlns xmlns:xsi
Empty
button Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: disabled onfocus type accesskey onblur name value tabindex
Any numbers of
samp , Text , abbr , code , h2 , object , em , sup , h4 , script , br , strong , h3 , div , h5 , cite , dl , table , q , address , dfn , var , p , span , pre , blockquote , ul , hr , h1 , sub , tt , big , noscript , h6 , ol , i , img , b , acronym , small , kbd
caption Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
cite Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
code Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
dd Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
Text , form , script , noscript
dfn Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
div Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
Text , form , script , noscript
dl Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
At least one of
dt , dd
dt Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
em Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
fieldset Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
Text , form , script , legend , noscript
form Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: onreset accept accept-charset method onsubmit enctype target action
At least one of
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
noscript , script
h1 Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
h2 Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
h3 Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
h4 Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
h5 Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
h6 Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
head XML Attributes ( xmlns:xsi xml:lang xmlns )
Other: profile id
  1. Any numbers of
    meta , style , script , object , link ,
    1. title ,
    2. Any numbers of
      meta , style , script , object , link ,
    3. Optionally
      1. base ,
      2. Any numbers of
        meta , style , script , object , link ,
    1. base ,
    2. Any numbers of
      meta , style , script , object , link ,
      1. title ,
      2. Any numbers of
        meta , style , script , object , link ,
hr Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Empty
html XML Attributes ( xmlns:xsi xml:lang xmlns )
Other: version xsi:schemaLocation id
  1. head ,
  2. body ,
i Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
img Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: alt width height src longdesc
Empty
input Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: accept disabled alt onchange size checked readonly onselect onfocus type accesskey onblur src name value inputmode maxlength tabindex
Empty
kbd Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
label Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: for onfocus accesskey onblur
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , input , sub , tt , big , b , i , img , small ) except label ,
noscript , Text , script
legend Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: accesskey
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
li Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: value
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
Text , form , script , noscript
link Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: href media charset rev rel type hreflang target
Empty
meta XML Attributes ( xmlns:xsi xml:lang xmlns )
Other: name content http-equiv scheme
Empty
noscript Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
At least one of
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
noscript , script , form
object Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: classid codetype archive width type codebase height data name standby declare tabindex
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Block elements ( h3 , pre , h6 , ol , div , ul , h2 , h5 , blockquote , h1 , dl , table , address , h4 , hr , p , fieldset )
Text , form , script , param , noscript
ol Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
At least one of
li
optgroup Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: disabled label
At least one of
option
option Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: disabled selected label value
Text
p Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
param Other: xmlns name valuetype value xmlns:xsi type id Empty
pre Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
strong , samp , em , Text , abbr , code , acronym , cite , q , kbd , dfn , var , br , a , span
q Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: cite
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
samp Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
script Other: src xmlns defer charset xmlns:xsi type id Text
select Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: disabled onchange size onfocus onblur multiple name tabindex
At least one of
optgroup , option
small Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
span Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
strong Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
style XML Attributes ( xmlns:xsi xml:lang xmlns )
Other: title media type id
Text
sub Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
sup Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
table Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: summary width
  1. caption (optional),
  2. tr (at least one),
td Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: colspan axis rowspan valign scope align headers abbr
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Text , h2 , form , h4 , script , h3 , div , h5 , dl , address , ul , pre , blockquote , p , h1 , noscript , h6 , ol
textarea Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: cols disabled onchange rows readonly onselect onfocus accesskey onblur name inputmode tabindex
Text
th Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: colspan axis rowspan valign scope align headers abbr
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
Text , h2 , form , h4 , script , h3 , div , h5 , dl , address , ul , pre , blockquote , p , h1 , noscript , h6 , ol
title XML Attributes ( xmlns:xsi xml:lang xmlns )
Text
tr Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Other: align valign
At least one of
td , th
tt Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script
ul Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
At least one of
li
var Event Attributes ( onmouseup onmouseout onkeypress onkeydown onmousedown onmousemove onmouseover onclick onkeyup ondblclick )
Core Attributes ( xml:space title class id )
XML Attributes ( xmlns:xsi xml:lang xmlns )
Style Attributes ( style )
Any numbers of
Inline elements ( samp , abbr , code , object , sup , kbd , button , br , strong , a , select , textarea , cite , q , dfn , var , span , em , acronym , label , input , sub , tt , big , b , i , img , small )
noscript , Text , script

Attributes table

Attributes
AttributeRelated ElementsTypeDefault
XML Attributes
xml:lang Any element but base br param script Any characters (with < and & escaped)
xmlns Any element Any characters (with < and & escaped) Fixed value: 'http://www.w3.org/1999/xhtml'
xmlns:xsi Any element Any characters (with < and & escaped) Fixed value: 'http://www.w3.org/2001/XMLSchema-instance'
Core Attributes
class Any element but style title script head param meta base html White-space separated list of NMTOKEN
id Any element but head meta html base title ID
title Any element but head title script html param meta base Any characters (with < and & escaped)
xml:space Any element but style title script head param meta base html 'preserve' Fixed value: 'preserve'
Style Attributes
style Any element but style title script head param meta base html Any characters (with < and & escaped)
Event Attributes
onclick Any element but style script title head param meta br base html Any characters (with < and & escaped)
ondblclick Any element but style script title head param meta br base html Any characters (with < and & escaped)
onkeydown Any element but style script title head param meta br base html Any characters (with < and & escaped)
onkeypress Any element but style script title head param meta br base html Any characters (with < and & escaped)
onkeyup Any element but style script title head param meta br base html Any characters (with < and & escaped)
onmousedown Any element but style script title head param meta br base html Any characters (with < and & escaped)
onmousemove Any element but style script title head param meta br base html Any characters (with < and & escaped)
onmouseout Any element but style script title head param meta br base html Any characters (with < and & escaped)
onmouseover Any element but style script title head param meta br base html Any characters (with < and & escaped)
onmouseup Any element but style script title head param meta br base html Any characters (with < and & escaped)
Other
abbr td th Any characters (with < and & escaped)
accept input form Any characters (with < and & escaped)
accept-charset form Any characters (with < and & escaped)
accesskey a textarea button label input legend Any characters (with < and & escaped)
action form Any characters (with < and & escaped) Required
align td tr th 'left','center','right'
alt input Any characters (with < and & escaped)
img Any characters (with < and & escaped) Required
archive object Any characters (with < and & escaped)
axis td th Any characters (with < and & escaped)
charset a link script Any characters (with < and & escaped)
checked input 'checked'
cite q blockquote Any characters (with < and & escaped)
classid object Any characters (with < and & escaped)
codebase object Any characters (with < and & escaped)
codetype object Any characters (with < and & escaped)
cols textarea Any characters (with < and & escaped) Required
colspan td th Any characters (with < and & escaped) Default value: '1'
content meta Any characters (with < and & escaped) Required
data object Any characters (with < and & escaped)
declare object 'declare'
defer script 'defer'
disabled option textarea button optgroup input select 'disabled'
enctype form Any characters (with < and & escaped) Default value: 'application/x-www-form-urlencoded'
for label Name of an existing id
headers td th White-space separated list of existing ids
height object img Any characters (with < and & escaped)
href base Any characters (with < and & escaped) Required
a link Any characters (with < and & escaped)
hreflang a link Any characters (with < and & escaped)
http-equiv meta NMTOKEN
inputmode input textarea Any characters (with < and & escaped)
label option Any characters (with < and & escaped)
optgroup Any characters (with < and & escaped) Required
longdesc img Any characters (with < and & escaped)
maxlength input Any characters (with < and & escaped)
media style link Any characters (with < and & escaped)
method form 'get','post' Default value: 'get'
multiple select 'multiple'
name param Any characters (with < and & escaped) Required
input button object textarea select Any characters (with < and & escaped)
meta NMTOKEN
onblur a textarea button label input select Any characters (with < and & escaped)
onchange input textarea select Any characters (with < and & escaped)
onfocus a textarea button label input select Any characters (with < and & escaped)
onload body Any characters (with < and & escaped)
onreset form Any characters (with < and & escaped)
onselect input textarea Any characters (with < and & escaped)
onsubmit form Any characters (with < and & escaped)
onunload body Any characters (with < and & escaped)
profile head Any characters (with < and & escaped) Default value:
readonly input textarea 'readonly'
rel a link White-space separated list of NMTOKEN
rev a link White-space separated list of NMTOKEN
rows textarea Any characters (with < and & escaped) Required
rowspan td th Any characters (with < and & escaped) Default value: '1'
scheme meta Any characters (with < and & escaped)
scope td th 'row','col'
selected option 'selected'
size input select Any characters (with < and & escaped)
src input script Any characters (with < and & escaped)
img Any characters (with < and & escaped) Required
standby object Any characters (with < and & escaped)
summary table Any characters (with < and & escaped)
tabindex a textarea button object input select Any characters (with < and & escaped)
target a base link form Any characters (with < and & escaped)
type style script Any characters (with < and & escaped) Required
button 'button','submit','reset' Default value: 'submit'
a object link param Any characters (with < and & escaped)
input 'text', 'password', 'checkbox', 'radio', 'submit', 'reset', 'file', 'hidden', 'image', 'button' Default value: 'text'
valign td tr th 'top', 'middle', 'bottom'
value input button option param li Any characters (with < and & escaped)
valuetype param 'data', 'ref', 'object' Default value: 'data'
version html Any characters (with < and & escaped) Fixed value: '-//W3C//DTD XHTML Basic 1.1//EN'
width table object img Any characters (with < and & escaped)
xsi:schemaLocation html Any characters (with < and & escaped)

Dominique Hazaël-Massieux <dom@w3.org>
Generated from XHTML Basic 1.1 DTD using dtd-doc.py
Last Modified: $Date: 2010/04/20 12:41:40 $