1. Home
  2. Computing & Technology
  3. Web Design / HTML

<code></code>

By Jennifer Kyrnin, About.com

<code> Description:

The <code></code> tag indicates that the enclosed text is computer code.

<code> Web Browser Support:

<code> Attributes:

<code> End Tag:

</code> REQUIRED

<code> Contents:

Usually HTML text. The following tags are valid within the <code> tag:
a, abbr, acronym, applet, b, basefont, bdo, big, br, button, cite, code, dfn, em, font, i, iframe, img, input, kbd, label, map, object, q, s, samp, script, select, small, span, strike, strong, sub, sup, textarea, tt, u, var

<code> Valid Context:

The <code> tag is valid within the following tags:
a, abbr, acronym, address, applet, b, bdo, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, i, iframe, ins, kbd, label, legend, li, noframes, noscript, object, p, pre, q, s, samp, small, span, strike, strong, sub, sup, td, th, tt, u, var

<code> Usage:

  • standard code example
    An HTML header:<br />
    <code> <html><br />
    <head><br />
    <title>Title</title><br />
    </head> </code>

<code> Special Notes:

  • Most browsers display the code tag in a monospace font.
  • Future browsers might do more to define the code, such as indenting functions, and so on.

More <code> Information:

Return to XHTML Element (HTML Tags) Library

Explore Web Design / HTML

More from About.com

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. HTML and XHTML
  5. XHTML
  6. HTML Tags
  7. The code Element - Designates computer code - XHTML 1.0 HTML 4.0

©2008 About.com, a part of The New York Times Company.

All rights reserved.