HTML 标签:code
计算机代码——计算机可能通常识别的任何内容,例如一些 HTML 或文件名。
可选属性
示例
<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>
