code

<code> 要素は、コンピュータコードの断片を表します。プログラムコード、XMLやHTMLの要素名、ファイル名、またはコンピュータが認識するであろう任意のその他の文字列のマークアップに使用できます。

カテゴリー
フロー・コンテンツ、パルパブル・コンテンツ、フレージング・コンテンツ
配置場所
フレージング・コンテンツが置ける場所。
内容
フレージング・コンテンツ
属性
グローバル属性

accesskey, autocapitalize, autofocus, class, contenteditable, data-*, dir, draggable, enterkeyhint, hidden, id, inputmode, is, itemid, itemprop, itemref, itemscope, itemtype, lang, nonce, spellcheck, style, tabindex, title, translate

サンプル

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8" />
<title>HTML5 › code</title>
</head>
<body>
<h1>HTML5 › code</h1>
<p>
<code>&lt;code&gt;</code>要素は、コンピュータコードの断片を表します。
</p>
</body>
</html>