XHTML 1.1 Element ( Tag ) and Attribute Reference
XHTML 1.1 Reference Index > List Module Index
The dd element ( tag )
contents
dd: valid parent and child elements
- valid parent elements
- dl
- valid child elements
- a, abbr, acronym, b, bdo, big, blockquote, br, button, cite, code, del, dfn, div, dl, 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
dd: valid attributes
- by attribute type
- Core: class, id, title
- Internationalization: dir, xml:lang
- Events: onclick, ondblclick, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup
dd: browser test
The following code sample:
<dl>
<dt>Definition Term</dt>
<dd>Definition Description</dd>
</dl>
appears in your browser as:
- Definition Term
- Definition Description