共通デスクトップ環境 プログラマーズ・ガイド (ヘルプ・システム編)

<dterm>

用語の定義

用語集にある用語および用語の定義を識別します。

形式

<glossary>
  <dterm>first term
  definition of first term
   .
   .
   .
  <dterm>Nth term
  definition of Nth term

この要素は <glossary> セクションで使用されます。

<dterm> タグの後に用語名が続く形で、1 行で表示されます。用語の定義は <dterm> タグに続く行から始まります。

終了タグは必須ではありません。

次のマークアップは、用語集で最初の 2 語を定義します。

<glossary>

<dterm>algorithm
A mathematical rule or procedure for solving a problem.

<dterm>click
To press and release a mouse button.

関連項目