loose DTD: CODE element | WebReference

loose DTD: CODE element

CODE

The <CODE> element indicates an example of code, typically rendered in a mono-spaced font. The <CODE> element is intended for short words or phrases of code; the <PRE> block structuring element is more appropriate for multiple-line listings. For example:

    <p>The expression <code>x += 1</code>
    is short for <code>x = x + 1</code>.

Content


ATTRIBUTES
CONTENT DECLARATION

Tag Minimization
Open Tag: REQUIRED
Close Tag: REQUIRED

Parent Elements


Top Elements
All Elements
Tree


loose DTD