<pre>Formatted text</pre>
<code>Inline Code</code>
The code
element should be used for any kind of "string that a computer would recognize" (HTML5), for example:
For variables, the var
element can be used.
For computer output, the samp
element can be used.
For user input, the kbd
element can be used.