HTML Tag: code
Computer code — anything that a computer might typically recognize, such as some HTML or a file name.
Optional Attributes
Example
<p>Hey, luvvr, let's talk about the <code>code</code> tag.</p>
<pre><code class="html">
<html lang="en">
<head>
<title>HTML, baby!</title>
</head>
<body>
<!-- indented code, etc. -->
</body>
</html>
</code></pre>