Code

<CODE> </CODE>

The CODE command is used with small amounts of code that are inside of a paragraph. You can use this tag to mark up things like this example:

<CODE>for ( ; ; ) ;</CODE> is a nice way to make an endless loop in C.

for ( ; ; ) ; is a nice way to make an endless loop in C.