code / kbd / tt

code: (monospaced computer code)
kbd: (monospaced keyboard entry)
tt: (monospaced teletype-style)

Render the text inside <code> ... </code>, <kbd> ... </kbd>, or <tt> ... </tt> tags as preformatted text. Use this tag when you are listing computer-based code or other machine-readable text.

Usage:

<code> ...blahblahblah... </code>
<kbd> ...blahblahblah... </kbd>
<tt> ...blahblahblah... </tt>


Best Practice Example:

NOTES:
These tags will work in all known e-mail clients. Inline styles can be applied to these tags, and should in the case of <kbd>, as Internet Exploder renders this tag in a bolded monospace font.

This reference was created for Innovyx by Steve Cartoon Q3 2007. All rights reversed.