SOURCE CODE TAG: <CODE> and </CODE>

The <CODE> tag indicates that the enclosed text is document source code or operating system commands, and is typically used for providing instructions; for example:
At the UNIX prompt, type <CODE> ls -al </CODE>
would be displayed as:
At the UNIX prompt, type ls -al