Definition list generator

A definition list consists of terms and their associated definitions. A definition list starts with <dl> tag and ends with </dl> tag. Each term in a definition list is identified by the <dt> tag and each definition, followed by the preceding term, is contained in the <dd> and </dd> tags.

The following scripting tool generates the code for a definition list. To get started, simply type or paste up to five terms and definitions. Then, click on “Show definition list code” to submit your term(s) and definition(s) and to see the corresponding HTML code for a definition list.