CODE
Description
The CODE element changes the character rendering of the
contents of the element to logically represent computer code.
It is intended for short words or phrases. PRE is recommended
for multiple-line listings.
Minimum Attributes
<CODE>characters...
</CODE>
All Possible Attributes
<CODE
LANG="..."
DIR=ltr|rtl
ID="..."
CLASS="...">characters...
</CODE>
Elements Allowed Within...
members of group
Allowed In Content Of...
Any element that permits members of group
Variations
This is usually rendered in a fixed-width font.
The LANG and DIR attributes are introduced with the
internationalization proposal.
All character definition elements are Level 2.