HTML:Element:dd
From MDC
[edit] Summary
Definition description element indicates the definition of a term in a definition list (<dl>). This element can occur only as a child element of a definition list and it has to follow a definition term (<dt>) element.
- Allowed content: block-level, inline
- Allowed in: <dl>
[edit] Attributes
- nowrap Non-standard
- If the value of this attribute is set to
yes, the definition text will not wrap. The default value isno.
[edit] Example
For example see definition list.
[edit] See Also
| HTML Elements |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| (Quick Links: HTML Element Cross Reference, HTML Category) |