私はちょうど xhtml を学んでいて、私たちの先生は私たちの段落タグの間にこの引用を求めています:
"Definition lists are lists of terms and their definitions. They are a little different than ordered and unordered lists in that the items are listed in pairs. The dl and dl surround the list. The name of the term appears between dt and dt, and the definition is between dd and dd."
しかし、タグを挿入すると、出力は次のようになります。 <> を定義タグとして解釈させずに配置するにはどうすればよいですか?
"Definition lists are lists of terms and their definitions. They are a little different than ordered and unordered lists in that the items are listed in pairs. The <dl> and </dl> surround the list. The name of the term appears between<dt> and </dt>, and the definition is between <dd> and </dd>."