home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 133 / dpcs0399.iso / INTERNET / COFFEE / HTMLED55 / SETUP.EXE / file0166.bin < prev    next >
Encoding:
Text File  |  1998-11-04  |  4.1 KB  |  65 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
  2.    "http://www.w3.org/TR/REC-html40/strict.dtd">
  3. <html lang=en>
  4. <head>
  5. <title>CODE - Computer Code</title>
  6. <link rev=Made href="mailto:liam@htmlhelp.com">
  7. <link rel=Start href="../index.html">
  8. <link rel=Glossary href="http://www.htmlhelp.com/glossary/glossary.html">
  9. <link rel=Copyright href="http://www.htmlhelp.com/copyright.html">
  10. <link rel=StyleSheet href="../style.css" type="text/css">
  11. <link rel=StyleSheet href="../aural.css" type="text/css" media=aural>
  12. <meta name="author" content="Liam Quinn">
  13. <meta name="description" content="A description of HTML 4.0's CODE element for computer code.">
  14. <meta name="keywords" content="code element, computer code, HyperText Markup Language, HTML, HTML4, HTML 4.0, Web Design Group, WDG, <code> tag">
  15. </head>
  16. <body>
  17. <h2><img src="../wdglogo1.gif" width=250 height=83 alt="The Web Design Group"></h2>
  18. <h1>CODE - Computer Code</h1>
  19. <table>
  20.   <tr valign=top>
  21.     <th>Syntax</th>
  22.     <td><strong class=required><CODE></strong>...<strong class=required></CODE></strong></td>
  23.   </tr>
  24.   <tr valign=top>
  25.     <th>Attribute Specifications</th>
  26.     <td>
  27.       <ul>
  28.         <li><a href="../attrs.html">common attributes</a></li>
  29.       </ul>
  30.     </td>
  31.   </tr>
  32.   <tr valign=top>
  33.     <th>Contents</th>
  34.     <td><a href="../inline.html">Inline elements</a></td>
  35.   </tr>
  36.   <tr valign=top>
  37.     <th>Contained in</th>
  38.     <td><a href="../inline.html">Inline elements</a>, <a href="../block.html">block-level elements</a></td>
  39.   </tr>
  40. </table>
  41. <p>The <strong class=html>CODE</strong> element denotes <em>computer code</em>. Visual browsers typically render <strong class=html>CODE</strong> as monospaced text, but authors can suggest a rendering using <a href="http://www.htmlhelp.com/reference/css/">style sheets</a>. Since <strong class=html>CODE</strong> is a structural element, it carries <em>meaning</em>, making it preferable to font style elements such as <strong class=html><a href="../fontstyle/tt.html">TT</a></strong> when marking up computer code.</p>
  42. <p>Since spacing is often important when presenting computer code, the <strong class=html><a href="../block/pre.html">PRE</a></strong> element can be useful as a container for <strong class=html>CODE</strong> elements. When used within other containers, a <strong class=html>CODE</strong> element has multiple spaces collapsed. The following example uses <strong class=html>CODE</strong> within <strong class=html>PRE</strong>:</p>
  43. <pre class=example><code class=html><PRE><CODE>
  44. class HelloWorld {
  45.   public static void main(String[] args) {
  46.     System.out.println("Hello World!");
  47.   }
  48. }
  49. </CODE></PRE></code></pre>
  50. <h2>More Information</h2>
  51. <ul>
  52.   <li><a href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-CODE">CODE in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá4.0 Recommendation</a></li>
  53.   <li><a href="http://www.w3.org/TR/REC-html32#phrase">CODE in <abbr class=initialism title="World Wide Web Consortium">W3C</abbr> HTMLá3.2 Recommendation</a></li>
  54.   <li><a href="http://www.w3.org/MarkUp/html-spec/html-spec_5.html#SEC5.7.1.2">CODE in HTMLá2.0 Standard</a></li>
  55.   <li><a href="http://www.htmlhelp.com/reference/wilbur/phrase/code.html">CODE in <abbr class=initialism title="Web Design Group">WDG</abbr> HTMLá3.2 Reference</a></li>
  56.   <li><a href="http://www.hut.fi/u/jkorpela/HTML3.2/5.16.html">CODE in <cite>Learning HTMLá3.2 by Examples</cite></a></li>
  57. </ul>
  58. <div class=footer>
  59. <address>Maintained by <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a> <<a href="mailto:liam@htmlhelp.com">liam@htmlhelp.com</a>></address>
  60. <p class=toolbar><a href="http://www.htmlhelp.com/"><img src="../wdglogo-small.gif" width=105 height=40 alt="Web Design Group ~"></a> <a href="../index.html" rel=Start>HTMLá4.0áReference</a>á~ <a href="../olist.html">ElementsábyáFunction</a>á~ <a href="../alist.html">ElementsáAlphabetically</a></p>
  61. <p class=copyright><a href="http://www.htmlhelp.com/copyright.html">Copyright ⌐</a> 1998 Liam Quinn. All rights reserved.</p>
  62. </div>
  63. </body>
  64. </html>
  65.