ばけらの HTML リファレンス(未完成)

bakera.jp > 鳩丸リファレンス > ばけらの HTML リファレンス(未完成) > 要素一覧 > code要素

code要素

要素名バージョン開始タグ終了タグ分類/親中身
code2.0, 2.x, 3.2, 4.0, X1.0, X1.1必須必須%phrase;(%inline;)*

共通属性 …… %coreattrs;, %i18n;, %events;

codeの解説

プログラムコードを表す要素です。文中で短いコードを紹介したりするときに用います。

スタイル指定がないときは、等幅フォントで表現されることが多いようです。

RFC1866 では以下のように説明されていました。

The <CODE> element indicates an example of code, typically rendered in a mono-spaced font. The <CODE> element is intended for short words or phrases of code; the <PRE> block structuring element (5.5.2, "Preformatted Text: PRE") is more appropriate for multiple-line listings. For example:

The expression <code>x += 1</code>

is short for <code>x = x + 1</code>.

以上、RFC1866 5.7.1.2. Code: CODE より

複数行にわたるようなコードには pre などの方が適していると言っていますが、pre では意味づけができませんし、任意の場所での折り返しもできません。横幅が長いコードの場合にはあえてpreを使わない方が読みやすいこともあります。

最近の日記

関わった本など